blob: fb8a0a75fc6928bb270edfbadb5e73cade9868f8 (
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
|
$NetBSD: patch-af,v 1.2 1999/11/14 23:36:27 tron Exp $
--- configure.orig Tue Sep 28 22:07:12 1999
+++ configure Sun Nov 14 22:59:48 1999
@@ -1698,6 +1698,7 @@
fi
+if false; then
# Check for any special flags to pass to ltconfig.
#
# the following will cause an existing older ltconfig to fail, so
@@ -1999,6 +2000,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.
@@ -4166,10 +4168,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"
|