blob: b0aa7dba3a4c25b59c8f8b3c2355251c28355d9d (
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.4 2000/06/15 12:54:12 kleink Exp $
--- configure.orig Thu Aug 26 04:39:37 1999
+++ configure Wed Sep 15 11:47:45 1999
@@ -2318,6 +2318,7 @@
# Save cache, so that ltconfig can load it
+if false; then
# Actually configure libtool. ac_aux_dir is where install-sh is found.
CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
@@ -2336,6 +2337,8 @@
# 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
|