From: Stefano Lattarini Date: Tue, 3 Jul 2012 19:15:33 +0000 (+0200) Subject: Merge branch 'aclocal-trace-macrodir' X-Git-Tag: v1.12b~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e0539a3cc36e426e315ebf55df95b78f4822235;p=thirdparty%2Fautomake.git Merge branch 'aclocal-trace-macrodir' * aclocal-trace-macrodir: aclocal: deprecate ACLOCAL_AMFLAGS, trace AC_CONFIG_MACRO_DIR instead Signed-off-by: Stefano Lattarini --- 5e0539a3cc36e426e315ebf55df95b78f4822235 diff --cc NEWS index 292f628e5,15e43a9b9..dc2fdb3d1 --- a/NEWS +++ b/NEWS @@@ -81,13 -81,17 +81,24 @@@ New in 1.13 script to avoid such issues; a simple example is provided in the "CVS and generated files" chapter of the automake manual. +* Recursive targets: + + The user can now define his own recursive targets that recurse + in the directories specified in $(SUBDIRS). This can be done by + specifying the name of such targets in invocations of the new + 'AM_EXTRA_RECURSIVE_TARGETS' m4 macro. + + * 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. + + - The special make variable ACLOCAL_AMFLAGS is deprecated; future + Automake versions will warn about its use, and later version will + remove support for it altogether. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ New in 1.12.2: