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.

(From OE-Core rev: 5e1a567872d6967ac4d5b78e9d226161d9651ded)

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Marko Lindqvist
2013-02-11 06:02:02 +02:00
committed by Richard Purdie
parent 311924f506
commit 628fc90d7b
2 changed files with 18 additions and 2 deletions

View File

@@ -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