[gtk-engines/gtk-engines-2-22] autogen: Check for libtoolize, not libtool



commit e891e522b07af39fa3f34ee20e132a965a81a9b5
Author: Colin Walters <walters verbum org>
Date:   Thu Apr 26 18:32:04 2012 -0400

    autogen: Check for libtoolize, not libtool
    
    We only need the former, since libtoolize generates the latter.  In my
    build system, there isn't /usr/bin/libtool since we don't encourage an
    assumption of on-target builds.

 autogen.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 0a11cae..d2822df 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -39,7 +39,7 @@ else
         DIE=1
 fi
 
-(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 GTK+."
 	echo "Get http://ftp.gnu.org/gnu/libtool/libtool-1.5.10.tar.gz";



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