[libxslt] autogen: Only check for libtoolize



commit 1339da29977d59a9202cadbc482df59e382b582a
Author: Colin Walters <walters verbum org>
Date:   Fri Jan 27 07:03:00 2012 -0500

    autogen: Only check for libtoolize
    
    /usr/bin/libtool may not be in all installations.

 autogen.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 6c28a6c..542bfd0 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,"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]