blob: cc50ec0412ebdb7390bc5b6bc0d49b8902d83d5a (
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
$NetBSD: patch-aa,v 1.13 1999/08/28 22:54:08 rh Exp $
--- configure.orig Mon Aug 23 23:31:31 1999
+++ configure Sun Aug 29 00:36:21 1999
@@ -22,8 +22,8 @@
#
GTK_MAJOR_VERSION=1
GTK_MINOR_VERSION=2
-GTK_MICRO_VERSION=4
-GTK_INTERFACE_AGE=2
+GTK_MICRO_VERSION=16
+GTK_INTERFACE_AGE=4
GTK_BINARY_AGE=4
GTK_VERSION=$GTK_MAJOR_VERSION.$GTK_MINOR_VERSION.$GTK_MICRO_VERSION
ac_help="$ac_help
@@ -1389,6 +1389,7 @@
# Check for any special flags to pass to ltconfig.
+if false; then
libtool_flags="--cache-file=$cache_file"
test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
@@ -1541,6 +1542,7 @@
# 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.
@@ -4076,7 +4078,7 @@
# AM_GTK_GNU_GETTEXT above substs $DATADIRNAME
# this is the directory where the *.{mo,gmo} files are installed
-gtklocaledir='${prefix}/${DATADIRNAME}/locale'
+gtklocaledir='${prefix}/share/locale'
echo $ac_n "checking for extra flags to get ANSI library prototypes""... $ac_c" 1>&6
@@ -6990,10 +6992,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"
|