Add 1.12 to the automake versions checked for

Originally committed to SVN as r6766.
This commit is contained in:
Thomas Goyne 2012-05-13 00:57:40 +00:00
parent 35fa6c47ce
commit 65117f56d3
1 changed files with 3 additions and 0 deletions

View File

@ -110,6 +110,9 @@ if ($AUTOMAKE --version) < /dev/null > /dev/null 2>&1; then
elif (automake-1.10 --version) < /dev/null > /dev/null 2>&1; then
AUTOMAKE=automake-1.10
ACLOCAL=aclocal-1.10
elif (automake-1.12 --version) < /dev/null > /dev/null 2>&1; then
AUTOMAKE=automake-1.12
ACLOCAL=aclocal-1.12
elif (automake-1.11 --version) < /dev/null > /dev/null 2>&1; then
AUTOMAKE=automake-1.11
ACLOCAL=aclocal-1.11