Skip to content
Snippets Groups Projects
Commit 9f0abcb9 authored by Jasper Huijsmans's avatar Jasper Huijsmans
Browse files

Fix proper use of AC_PROG_LIBTOOL

(Old svn revision: 10948)
parent 27691e12
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment