blob: fd539113877e0498c28be8cf686ca258e2608a3d (
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
|
$NetBSD: patch-ab,v 1.4 1999/10/08 04:43:07 deberg Exp $
--- configure.orig Thu May 27 16:41:53 1999
+++ configure Thu May 27 16:48:05 1999
@@ -2014,5 +2014,5 @@
fi
-
+if false; then
# Check for any special flags to pass to ltconfig.
#
@@ -2242,4 +2242,5 @@
libtool_flags="$libtool_flags --disable-lock"
fi
+fi
@@ -2293,4 +2294,5 @@
+if false; then
# Actually configure libtool. ac_aux_dir is where install-sh is found.
CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
@@ -2316,4 +2318,5 @@
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+fi
# Redirect the config.log output again, so that the ltconfig log is not
|