mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-24 03:02:10 +01:00
Allow libtool 2.4 in autogen.sh.
Fixes jhbuilding gnome2 modules.
This commit is contained in:
parent
bea29048df
commit
6bcf956029
@ -19,7 +19,7 @@ if libtoolize --version < /dev/null > /dev/null 2>&1 ; then
|
|||||||
sed -e 's/^\(.*\)([^)]*)\(.*\)$/\1\2/g' \
|
sed -e 's/^\(.*\)([^)]*)\(.*\)$/\1\2/g' \
|
||||||
-e 's/^[^0-9]*\([0-9.][0-9.]*\).*/\1/'`
|
-e 's/^[^0-9]*\([0-9.][0-9.]*\).*/\1/'`
|
||||||
case $libtool_version in
|
case $libtool_version in
|
||||||
2.2*)
|
2.2*|2.4*)
|
||||||
have_libtool=true
|
have_libtool=true
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user