mirror of
git://git.yoctoproject.org/poky
synced 2026-09-16 18:05:26 +00:00
(From OE-Core rev: d91b315f602d60705e79381807810e20dd9bdc8d) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
24 lines
588 B
Diff
24 lines
588 B
Diff
Upstream-Status: Pending
|
|
|
|
automake 1.12 has depricated automatic de-ANSI-fication support
|
|
|
|
this patch avoids these kinds of errors:
|
|
|
|
| configure.in:75: error: automatic de-ANSI-fication support has been removed
|
|
|
|
Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com>
|
|
2012/05/04
|
|
|
|
Index: findutils-4.2.31/configure.in
|
|
===================================================================
|
|
--- findutils-4.2.31.orig/configure.in
|
|
+++ findutils-4.2.31/configure.in
|
|
@@ -72,7 +72,6 @@ dnl gl_EARLY calls AC_GNU_SOURCE anyway.
|
|
|
|
|
|
AC_ISC_POSIX
|
|
-AM_C_PROTOTYPES
|
|
|
|
AC_PROG_INSTALL
|
|
AC_PROG_RANLIB
|