pkgsrc/devel/popt/patches/patch-ac
grant 03b370c3bd work around the possibility of the configure script being re-run in
the build target by forcing LIBTOOL=libtool (instead of ./libtool).
2003-05-06 13:08:37 +00:00

15 lines
433 B
Text

$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