diff options
author | Ross Burton <ross.burton@intel.com> | 2014-07-15 17:18:33 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-16 10:27:16 +0100 |
commit | 5007bfcd6d21beb1e4da2ad1a1fe0dbd1f48a2db (patch) | |
tree | 39a72a23e2cb7b0b41a10a2bb9986ddd10ee03c0 /meta/recipes-extended/which/which-2.20 | |
parent | e1e2069f93885d09c920b1a2453fd822578d83e1 (diff) | |
download | openembedded-core-contrib-5007bfcd6d21beb1e4da2ad1a1fe0dbd1f48a2db.tar.gz |
which: use "foreign" automake strictness
which doesn't want GNU-levels of automake strictness so tell it to be "foreign".
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/which/which-2.20')
-rw-r--r-- | meta/recipes-extended/which/which-2.20/automake.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-extended/which/which-2.20/automake.patch b/meta/recipes-extended/which/which-2.20/automake.patch new file mode 100644 index 00000000000..92365dd8549 --- /dev/null +++ b/meta/recipes-extended/which/which-2.20/automake.patch @@ -0,0 +1,10 @@ +diff --git a/configure.ac b/configure.ac +index d974461..a20dfa8 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -2,2 +2,3 @@ dnl Process this file with autoconf to produce a configure script. +-AC_INIT(which.c) +-AM_INIT_AUTOMAKE(which, 2.20) ++AC_INIT([which],[2.20]) ++AC_CONFIG_SRCDIR(which.c) ++AM_INIT_AUTOMAKE([foreign]) |