blob: 021bb280b44f3f666071749f1750ca927e1dbebe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
$NetBSD: patch-aa,v 1.3 2000/05/02 18:48:35 danw Exp $
--- configure.orig Mon Nov 29 18:37:24 1999
+++ configure Wed Dec 22 20:33:48 1999
@@ -2099,6 +2099,7 @@
rm -f confcache
+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" \
@@ -2123,6 +2124,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.
|