Allow building with automake 1.14

Tested by Carlos Soriano

https://bugzilla.gnome.org/show_bug.cgi?id=704233
This commit is contained in:
Stef Walter 2013-07-15 13:54:08 +02:00
parent f17c3aff2b
commit 6734463cc8

View File

@ -43,7 +43,7 @@ fi
DIE=1
}
AUTOMAKE_VERSIONS="1.13 1.12 1.11 1.10"
AUTOMAKE_VERSIONS="1.14 1.13 1.12 1.11 1.10"
for version in $AUTOMAKE_VERSIONS; do
if automake-$version --version < /dev/null > /dev/null 2>&1 ; then
AUTOMAKE=automake-$version