summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-01-27 07:03:00 -0500
committerColin Walters <walters@verbum.org>2012-01-27 07:09:36 -0500
commit1339da29977d59a9202cadbc482df59e382b582a (patch)
treeccd44f97692458bce7556dbda55a084e973ddedf
parentfe5a4fa33eb85bce3253ed3742b1ea6c4b59b41b (diff)
downloadlibxslt-1339da29977d59a9202cadbc482df59e382b582a.tar.gz
autogen: Only check for libtoolize
/usr/bin/libtool may not be in all installations.
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 6c28a6c2..542bfd00 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -16,7 +16,7 @@ DIE=0
DIE=1
}
-(libtool --version) < /dev/null > /dev/null 2>&1 || {
+(libtoolize --version) < /dev/null > /dev/null 2>&1 || {
echo
echo "You must have libtool installed to compile libxslt."
echo "Download the appropriate package for your distribution,"