aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/diffutils/diffutils-3.2/obsolete_automake_macros.patch
diff options
context:
space:
mode:
authorMarko Lindqvist <cazfi74@gmail.com>2013-02-11 06:02:02 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-12 13:22:14 +0000
commit5e1a567872d6967ac4d5b78e9d226161d9651ded (patch)
treeab4166ed3ddc60d9891d62224a976d1e63333466 /meta/recipes-extended/diffutils/diffutils-3.2/obsolete_automake_macros.patch
parent3a335af7da5a94249d2f0d49d89cf0c8f180776e (diff)
downloadopenembedded-core-contrib-5e1a567872d6967ac4d5b78e9d226161d9651ded.tar.gz
diffutils: replace obsolete automake macros with working ones
Add obsolete_automake_macros.patch that replaces automake macros no longer supported by automake-1.13 with modern constructs. Removed AM_PROG_CC_STDC. AC_PROG_CC to replace it was already present. Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/diffutils/diffutils-3.2/obsolete_automake_macros.patch')
-rw-r--r--meta/recipes-extended/diffutils/diffutils-3.2/obsolete_automake_macros.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-extended/diffutils/diffutils-3.2/obsolete_automake_macros.patch b/meta/recipes-extended/diffutils/diffutils-3.2/obsolete_automake_macros.patch
new file mode 100644
index 0000000000..f47cc79366
--- /dev/null
+++ b/meta/recipes-extended/diffutils/diffutils-3.2/obsolete_automake_macros.patch
@@ -0,0 +1,14 @@
+Upstream-Status: Backport
+
+Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
+diff -Nurd diffutils-3.2/configure.ac diffutils-3.2/configure.ac
+--- diffutils-3.2/configure.ac 2011-08-11 18:17:54.000000000 +0300
++++ diffutils-3.2/configure.ac 2013-02-08 08:13:28.271427213 +0200
+@@ -33,7 +33,6 @@
+
+ AC_PROG_AWK
+ AC_PROG_CC
+-AM_PROG_CC_STDC
+ AM_MISSING_PROG([HELP2MAN], [help2man])
+ AC_PROG_RANLIB
+ gl_EARLY