build: Add support for automake 1.16

This commit is contained in:
Bastien Nocera 2020-04-10 18:47:18 +02:00
parent 7250eefdbb
commit 114e5fa0fe
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ test $TEST_TYPE $FILE || {
exit 1
}
AUTOMAKE_VERSIONS="1.15 1.14 1.13 1.12 1.11"
AUTOMAKE_VERSIONS="1.16 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