blob: da3a621b77d5301695c5fbcb92a15f15da0af2cc (
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.2 1999/09/10 10:41:41 hwr Exp $
--- configure.orig Wed Aug 25 20:39:37 1999
+++ configure Fri Sep 10 12:11:36 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" \
@@ -2335,6 +2336,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.
|