blob: fd0636448200f9ab345266ebad48c094850fb51d (
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.1.1.1 1999/10/09 20:05:40 jlam Exp $
--- ./configure.orig Tue Jan 19 23:32:09 1999
+++ ./configure Tue Oct 5 23:34:58 1999
@@ -1191,6 +1191,7 @@
echo "$ac_t""no" 1>&6
fi
+if false; then
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -1240,6 +1241,7 @@
# Redirect the config.log output again, so that the ltconfig log is not
# clobbered by the next message.
exec 5>>./config.log
+fi
# Extract the first word of "gcc", so it can be a program name with args.
set dummy gcc; ac_word=$2
|