[gtk+/gtk-2-24] autogen: allow libtool 2.4
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-2-24] autogen: allow libtool 2.4
- Date: Wed, 10 Nov 2010 14:22:06 +0000 (UTC)
commit 1fb94a8410f3900398341c398f1b680c79c3aec6
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Nov 10 09:21:10 2010 -0500
autogen: allow libtool 2.4
Proposed by Jürg Billeter
autogen.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index adac2fe..43d0ef8 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]