blob: c7406f5120ef7ebbf00cff156058476483035e82 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ab,v 1.5 1999/01/16 12:38:09 tron Exp $
--- configure.orig Sat Jan 9 20:55:54 1999
+++ configure Mon Jan 11 22:15:49 1999
@@ -1240,8 +1240,8 @@
echo "$ac_t""no" 1>&6
fi
-# Always use our own libtool.
-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+# Use NetBSD's pkglibtool.
+#LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# Check for any special flags to pass to ltconfig.
libtool_flags=
|