summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2010-10-08 16:43:38 -0400
committerColin Walters <walters@verbum.org>2010-10-08 16:46:50 -0400
commit6c537bd0bff1f20767626323b39f969126b684c7 (patch)
tree52ab955f311a7dcdbe71dcbd3e4d1ccf24c1e83b /autogen.sh
parent31a45c957c5d398b4dfe970825198d8fd15fd618 (diff)
downloadgtk+-6c537bd0bff1f20767626323b39f969126b684c7.tar.gz
autogen: Explicitly allow libtool > 2.2
Apparently 2.4 is out, I'm not aware of a reason we shouldn't allow it.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 1ad0b06970..2b7c0e7987 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.*)
have_libtool=true
;;
esac