]> Pileus Git - ~andy/gtk/commitdiff
autogen: Explicitly allow libtool > 2.2
authorColin Walters <walters@verbum.org>
Fri, 8 Oct 2010 20:43:38 +0000 (16:43 -0400)
committerColin Walters <walters@verbum.org>
Fri, 8 Oct 2010 20:46:50 +0000 (16:46 -0400)
Apparently 2.4 is out, I'm not aware of a reason we shouldn't
allow it.

autogen.sh

index 1ad0b06970f07fafcbfec84c9724214a9655daf1..2b7c0e7987ddeeb5d6aa0254b0a02ccb69397061 100755 (executable)
@@ -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