blob: a4ec844161beee88ccfd78a81c428bbbb0148237 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ad,v 1.2 2007/05/12 00:52:29 obache Exp $
--- configure.orig 2006-10-15 14:28:26.000000000 +0000
+++ configure
@@ -20135,8 +20135,8 @@ fi
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-# Always use our own libtool.
-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+# Always use pkgsrc libtool.
+LIBTOOL=libtool
# Prevent multiple expansion
|