From 9f0abcb962fbebd54649eaa523da9ec35bc629a5 Mon Sep 17 00:00:00 2001 From: Jasper Huijsmans <jbhuijsmans@home.nl> Date: Tue, 25 Feb 2003 21:21:00 +0000 Subject: [PATCH] Fix proper use of AC_PROG_LIBTOOL (Old svn revision: 10948) --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 658501b8a..d7b1bd4b1 100755 --- a/autogen.sh +++ b/autogen.sh @@ -120,7 +120,7 @@ do echo "Running xml-i18n-toolize..." xml-i18n-toolize --copy --force --automake fi - if grep "^AM_PROG_LIBTOOL" configure.in >/dev/null; then + if grep "^AC_PROG_LIBTOOL" configure.in >/dev/null; then if test -z "$NO_LIBTOOLIZE" ; then echo "Running libtoolize..." libtoolize --force --copy -- GitLab