gimp-plugin-resynthesizer/automake12.diff

22 lines
885 B
Diff

--- bootchk-resynthesizer-e637010/autogen.sh.orig 2012-03-11 14:27:53.000000000 +0100
+++ bootchk-resynthesizer-e637010/autogen.sh 2012-07-09 01:09:50.807630753 +0200
@@ -68,6 +68,18 @@ elif (automake-1.10 --version) < /dev/nu
elif (automake-1.11 --version) < /dev/null > /dev/null 2>&1; then
AUTOMAKE=automake-1.11
ACLOCAL=aclocal-1.11
+elif (automake-1.12 --version) < /dev/null > /dev/null 2>&1; then
+ AUTOMAKE=automake-1.12
+ ACLOCAL=aclocal-1.12
+ echo "yes (1.12)"
+elif (automake-1.13 --version) < /dev/null > /dev/null 2>&1; then
+ AUTOMAKE=automake-1.13
+ ACLOCAL=aclocal-1.13
+ echo "yes (1.13)"
+elif (automake-1.14 --version) < /dev/null > /dev/null 2>&1; then
+ AUTOMAKE=automake-1.14
+ ACLOCAL=aclocal-1.14
+ echo "yes (1.14)"
elif (automake-1.6 --version) < /dev/null > /dev/null 2>&1; then
AUTOMAKE=automake-1.6
ACLOCAL=aclocal-1.6