From 1fb94a8410f3900398341c398f1b680c79c3aec6 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 10 Nov 2010 09:21:10 -0500 Subject: [PATCH] autogen: allow libtool 2.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Proposed by Jürg Billeter --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index adac2feb68..43d0ef8a7e 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 - 1.4*|1.5*|2.2*) + 1.4*|1.5*|2.2*|2.4*) have_libtool=true ;; esac