[gdk-pixbuf] autogen: Explicitly allow libtool > 2.2
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdk-pixbuf] autogen: Explicitly allow libtool > 2.2
- Date: Fri, 8 Oct 2010 20:48:26 +0000 (UTC)
commit f047700f73f006122afaaaad9c18c0c285c7d237
Author: Colin Walters <walters verbum org>
Date: Fri Oct 8 16:43:38 2010 -0400
autogen: Explicitly allow libtool > 2.2
Apparently 2.4 is out, I'm not aware of a reason we shouldn't
allow it.
autogen.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index dbb4270..0fb8411 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]