blob: e5d4d33fc291b6e3d93f643e088d8b3df8abcb07 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
$NetBSD: patch-aa,v 1.5 2000/05/02 18:48:36 danw Exp $
--- configure.orig Tue Sep 21 00:05:06 1999
+++ configure Fri Oct 22 21:12:54 1999
@@ -1529,7 +1529,7 @@
ac_tool_prefix=
fi
-
+if false; then
# Check for any special flags to pass to ltconfig.
#
# the following will cause an existing older ltconfig to fail, so
@@ -1831,6 +1831,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.
|