From 65117f56d311ba6b5c7efc6a52edfe7c98972686 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Sun, 13 May 2012 00:57:40 +0000 Subject: [PATCH] Add 1.12 to the automake versions checked for Originally committed to SVN as r6766. --- aegisub/autogen.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aegisub/autogen.sh b/aegisub/autogen.sh index 9cafc051c..5d7222b65 100755 --- a/aegisub/autogen.sh +++ b/aegisub/autogen.sh @@ -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