Allow libtool 2.4 too
authorDan Williams <dcbw@redhat.com>
Tue, 15 Feb 2011 22:48:32 +0000 (16:48 -0600)
committerDan Williams <dcbw@redhat.com>
Tue, 15 Feb 2011 22:48:32 +0000 (16:48 -0600)
autogen.sh

index 7ce419f..b019aa7 100755 (executable)
@@ -22,6 +22,9 @@ if libtoolize --version < /dev/null > /dev/null 2>&1 ; then
            2.2*)
                have_libtool=true
                ;;
+           2.4*)
+               have_libtool=true
+               ;;
        esac
 fi
 if $have_libtool ; then : ; else