]> code.ossystems Code Review - openembedded-core.git/commit
autoconf: don't disable the autoheader warnings
authorRoss Burton <ross.burton@intel.com>
Wed, 28 May 2014 11:56:26 +0000 (12:56 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 6 Jun 2014 08:26:19 +0000 (09:26 +0100)
commitdd9c3d7bc946ff44e0ca90f4e345711d6ad21728
treef83bd40be4947ca5b554c3d7b44e448d678eb90a
parente3d06aa104065748367e1479138f824da5d9951f
autoconf: don't disable the autoheader warnings

The usual autoheader warning is due to AC_DEFINE variables not having a
description.  This results in no variable being defined in config.h, which leads
to code behaving as if the test failed when it actually succeeded.

This patch was introduced to OpenEmbedded back in 2004:

http://git.openembedded.org/openembedded/commit/?id=5eab06d132cb2895fd579f5cedffbb54c27794f8

There is no rationale for the patch so I suspect this is due to the warnings
being fatal and the submitter not understanding that the problem is more than
cosmetic.

(From OE-Core rev: de5fb9d7f60763082327ddeca71842c00a2fa23e)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/autoconf/autoconf/autoheader-nonfatal-warnings.patch [deleted file]
meta/recipes-devtools/autoconf/autoconf_2.69.bb