[glib/glib-2-26] Allow libtool 2.4 in autogen.sh.



commit 6bcf9560291890b66bff51930a23d7cd2214c82c
Author: Krzesimir Nowak <qdlacz gmail com>
Date:   Fri Jun 24 17:00:56 2011 +0200

    Allow libtool 2.4 in autogen.sh.
    
    Fixes jhbuilding gnome2 modules.

 autogen.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 0c4f231..1730e57 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.2*|2.4*)
 		have_libtool=true
 		;;
 	esac



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