blob: c6cb9bee580f12c7ee98fe5f439eafe3d91b5193 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
$NetBSD: patch-ad,v 1.9 2000/03/12 22:24:07 tron Exp $
--- configure.orig Wed Feb 16 12:14:08 2000
+++ configure Sun Mar 12 22:26:00 2000
@@ -26,7 +26,7 @@
#
GLIB_MAJOR_VERSION=1
GLIB_MINOR_VERSION=2
-GLIB_MICRO_VERSION=7
+GLIB_MICRO_VERSION=20
GLIB_INTERFACE_AGE=7
GLIB_BINARY_AGE=7
GLIB_VERSION=$GLIB_MAJOR_VERSION.$GLIB_MINOR_VERSION.$GLIB_MICRO_VERSION
@@ -1540,9 +1540,12 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh"
+if false; then
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+fi
+
# Redirect the config.log output again, so that the ltconfig log is not
# clobbered by the next message.
exec 5>>./config.log
@@ -5796,10 +5799,12 @@
top_srcdir="$ac_dots$ac_given_srcdir" ;;
esac
+if false; then
case "$ac_given_INSTALL" in
[/$]*) INSTALL="$ac_given_INSTALL" ;;
*) INSTALL="$ac_dots$ac_given_INSTALL" ;;
esac
+fi
echo creating "$ac_file"
rm -f "$ac_file"
|