diff --git a/autogen.sh b/autogen.sh index 64779a00..4fcacfc5 100755 --- a/autogen.sh +++ b/autogen.sh @@ -27,7 +27,10 @@ cd "$srcdir" DIE=1 } -if automake-1.14 --version < /dev/null > /dev/null 2>&1; then +if automake-1.15 --version < /dev/null > /dev/null 2>&1; then + AUTOMAKE=automake-1.15 + ACLOCAL=aclocal-1.15 +elif automake-1.14 --version < /dev/null > /dev/null 2>&1; then AUTOMAKE=automake-1.14 ACLOCAL=aclocal-1.14 elif automake-1.13 --version < /dev/null > /dev/null 2>&1; then