summarylogtreecommitdiffstats
path: root/newer-automakes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'newer-automakes.patch')
-rw-r--r--newer-automakes.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/newer-automakes.patch b/newer-automakes.patch
new file mode 100644
index 000000000000..ffc634ad74fa
--- /dev/null
+++ b/newer-automakes.patch
@@ -0,0 +1,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