From: Paul Eggert Date: Tue, 26 Sep 2006 20:43:00 +0000 (+0000) Subject: AC_CHECK_DECL now also works with aggregate objects. X-Git-Tag: AUTOCONF-2.60b~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aac473c488fa3671180bddee7bfe714d1fa63a9f;p=thirdparty%2Fautoconf.git AC_CHECK_DECL now also works with aggregate objects. --- diff --git a/NEWS b/NEWS index 4ea516639..26ecd66c3 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,8 @@ New macro, with the behavior of the 2.60a AC_COMPUTE_INT macro. AC_COMPUTE_INT no longer caches or reports results. +** AC_CHECK_DECL now also works with aggregate objects. + ** GNU M4 1.4.7 or later is now recommended. * Major changes in Autoconf 2.60a (2006-08-25)