From 0803790edab05ee3a9cf421e0956a4cd9a6caf6a Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Tue, 15 Feb 2011 16:48:32 -0600 Subject: [PATCH] Allow libtool 2.4 too --- autogen.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/autogen.sh b/autogen.sh index 7ce419f..b019aa7 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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 -- 2.7.4