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, 0 insertions, 21 deletions
diff --git a/newer-automakes.patch b/newer-automakes.patch
deleted file mode 100644
index ffc634ad74fa..000000000000
--- a/newer-automakes.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-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