Support automake 1.15
https://bugzilla.gnome.org/show_bug.cgi?id=743688 Reviewed-by: Robert Bragg <robert@sixbynine.org>
This commit is contained in:
parent
cd9676380f
commit
665c1d0faf
@ -20,7 +20,7 @@ test $TEST_TYPE $FILE || {
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=661128
|
||||
touch -t 200001010000 po/cogl.pot
|
||||
|
||||
AUTOMAKE_VERSIONS="1.14 1.13 1.12 1.11"
|
||||
AUTOMAKE_VERSIONS="1.15 1.14 1.13 1.12 1.11"
|
||||
for version in $AUTOMAKE_VERSIONS; do
|
||||
if automake-$version --version < /dev/null > /dev/null 2>&1 ; then
|
||||
AUTOMAKE=automake-$version
|
||||
|
Loading…
x
Reference in New Issue
Block a user