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:39 +0000 (09:26 +0100)
commit793f15016c4005abfdfb37adbbb6f63dd57c8ccd
treeef4acce28ff67bc639c356043b0132bf0799b23f
parent15641bca7265366e8dbef891adb9e34b6dcb7723
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)

(From OE-Core rev: dd9c3d7bc946ff44e0ca90f4e345711d6ad21728)

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