[OE-core] [PATCH] automake 1.12.3: fix warnings

Phil Blundell philb at gnu.org
Mon Sep 10 13:19:53 UTC 2012


On Thu, 2012-09-06 at 12:49 +0300, Constantin Musca wrote:
> +++ b/meta/recipes-devtools/automake/automake/no-configure.in-warn.patch
> @@ -0,0 +1,19 @@
> +Don't show a warning if configure.in exists
> +
> +Upstream-Status: Inappropriate [embedded specific]
> +
> +Signed-off-by: Constantin Musca <constantinx.musca at intel.com>
> +
> +--- a/lib/Automake/Configure_ac.pm
> ++++ b/lib/Automake/Configure_ac.pm
> +@@ -77,8 +77,8 @@ sub find_configure_ac (;@)
> + 
> +   if (-f $configure_in)
> +     {
> +-      msg ('obsolete', "autoconf input should be named 'configure.ac'," .
> +-                       " not 'configure.in'");
> ++#      msg ('obsolete', "autoconf input should be named 'configure.ac'," .
> ++#                       " not 'configure.in'");

Why is this change "embedded specific"?

p.






More information about the Openembedded-core mailing list