From 1339da29977d59a9202cadbc482df59e382b582a Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 27 Jan 2012 07:03:00 -0500 Subject: autogen: Only check for libtoolize /usr/bin/libtool may not be in all installations. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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," -- cgit v1.2.1