blob: c459b0c0a1876e217e39c4014a02ece5009c5c57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ac,v 1.1 2003/05/06 13:08:37 grant Exp $
--- aclocal.m4.orig Sat Aug 31 23:22:08 2002
+++ aclocal.m4
@@ -1016,8 +1016,8 @@ AC_DEFUN([AC_PROG_LIBTOOL],
# 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
AC_SUBST(LIBTOOL)dnl
# Prevent multiple expansion
|