[gtk+] autogen: Explicitly allow libtool > 2.2



commit 6c537bd0bff1f20767626323b39f969126b684c7
Author: Colin Walters <walters verbum org>
Date:   Fri Oct 8 16:43:38 2010 -0400

    autogen: Explicitly allow libtool > 2.2
    
    Apparently 2.4 is out, I'm not aware of a reason we shouldn't
    allow it.

 autogen.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 1ad0b06..2b7c0e7 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -19,7 +19,7 @@ if libtoolize --version < /dev/null > /dev/null 2>&1 ; then
 			 sed -e 's/^\(.*\)([^)]*)\(.*\)$/\1\2/g' \
 			     -e 's/^[^0-9]*\([0-9.][0-9.]*\).*/\1/'`
 	case $libtool_version in
-	    2.2*)
+	    2.*)
 		have_libtool=true
 		;;
 	esac



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