From: Stefano Lattarini Date: Sat, 10 Nov 2012 13:39:55 +0000 (+0100) Subject: news: we trace AC_CONFIG_MACRO_DIRS X-Git-Tag: v1.12b~28^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=834e16016b07aab9e3613a0b08a86dbadeff88c0;p=thirdparty%2Fautomake.git news: we trace AC_CONFIG_MACRO_DIRS * NEWS (New in 1.13): Update accordingly. Signed-off-by: Stefano Lattarini --- diff --git a/NEWS b/NEWS index 4425a89ef..9f1939742 100644 --- a/NEWS +++ b/NEWS @@ -138,10 +138,11 @@ New in 1.13: * Improvements to aclocal and related rebuilds rules: - - The Autoconf-provided macro AC_CONFIG_MACRO_DIR is now traced by - aclocal, and can be used to declare the local m4 include directory. - Formerly, one had to specify it with an explicit '-I' option to the - 'aclocal' invocation. + - Autoconf-provided macros AC_CONFIG_MACRO_DIR and AC_CONFIG_MACRO_DIRS + (the latter of which will only be present since Autoconf 2.70) are + now traced by aclocal, and can be used to declare the local m4 include + directories. Formerly, one had to specify it with an explicit '-I' + option to the 'aclocal' invocation. - The special make variable ACLOCAL_AMFLAGS is deprecated; future Automake versions will warn about its use, and later version will