summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJasper Huijsmans <jbhuijsmans@home.nl>2003-02-25 21:21:00 +0000
committerJasper Huijsmans <jbhuijsmans@home.nl>2003-02-25 21:21:00 +0000
commit9f0abcb962fbebd54649eaa523da9ec35bc629a5 (patch)
tree2e53757829f347057100cabd6bbe38205b7e55b0 /autogen.sh
parent27691e128a401bd60d48ff8dd1ae3fa58feb809f (diff)
downloadxfwm4-9f0abcb962fbebd54649eaa523da9ec35bc629a5.tar.gz
Fix proper use of AC_PROG_LIBTOOL
(Old svn revision: 10948)
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
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