summarylogtreecommitdiffstats
path: root/newer-automakes.patch
blob: ffc634ad74fa603f248917a76628bf60cd4569a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff -Naur murrine.old/autogen.sh murrine/autogen.sh
--- murrine.old/autogen.sh	2014-10-10 19:42:40.369018392 +0200
+++ murrine/autogen.sh	2014-10-10 19:43:37.899773129 +0200
@@ -16,7 +16,16 @@
 	DIE=1
 }
 
-if automake-1.11 --version < /dev/null > /dev/null 2>&1 ; then
+if 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
+	AUTOMAKE=automake-1.13
+	ACLOCAL=aclocal-1.13
+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
 elif automake-1.10 --version < /dev/null > /dev/null 2>&1 ; then