summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/which/which-2.21/automake.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/which/which-2.21/automake.patch')
-rw-r--r--meta/recipes-extended/which/which-2.21/automake.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-extended/which/which-2.21/automake.patch b/meta/recipes-extended/which/which-2.21/automake.patch
new file mode 100644
index 0000000000..4d0f2e4d7b
--- /dev/null
+++ b/meta/recipes-extended/which/which-2.21/automake.patch
@@ -0,0 +1,19 @@
1Update autoconf prologue to use "foreign" strictness.
2
3Upstream-Status: Pending
4Signed-off-by: Ross Burton <ross.burton@intel.com>
5
6diff --git a/configure.ac b/configure.ac
7index d974461..a20dfa8 100644
8--- a/configure.ac
9+++ b/configure.ac
10@@ -1,7 +1,7 @@
11 dnl Process this file with autoconf to produce a configure script.
12 AC_INIT([which], [2.21])
13 AC_CONFIG_SRCDIR(which.c)
14-AM_INIT_AUTOMAKE
15+AM_INIT_AUTOMAKE([foreign])
16 AM_CONFIG_HEADER(config.h)
17 AM_MAINTAINER_MODE
18
19