mirror of https://github.com/odrling/Aegisub
Add 1.12 to the automake versions checked for
Originally committed to SVN as r6766.
This commit is contained in:
parent
35fa6c47ce
commit
65117f56d3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue