blob: 55b8b4b83b2d383f5bbb401513d46504e28c3372 (
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.4 1999/08/29 21:41:14 jlam Exp $
--- configure.orig Sun Aug 1 06:35:52 1999
+++ configure Sun Aug 29 13:26:34 1999
@@ -1606,13 +1606,14 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh"
+if false; then
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# Redirect the config.log output again, so that the ltconfig log is not
# clobbered by the next message.
exec 5>>./config.log
-
+fi
echo $ac_n "checking for AIX""... $ac_c" 1>&6
echo "configure:1619: checking for AIX" >&5
|