blob: fdc25d16dc676ec1c905068c43210da36e5e3460 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
$NetBSD: patch-ah,v 1.3 1999/10/22 23:35:37 tron Exp $
--- libIDL/configure.orig Tue Sep 28 18:11:51 1999
+++ libIDL/configure Sat Oct 23 00:36:25 1999
@@ -2173,6 +2173,7 @@
fi
+if false; then
# Check for any special flags to pass to ltconfig.
#
# the following will cause an existing older ltconfig to fail, so
@@ -2474,6 +2475,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.
|