* doc/autoconf.texi (Macros and Submakes): Automake makefiles
provide AM_MAKEFLAGS to help with overriding macros in submake
invocations.
Prompted by bug report from Bruno Haible.
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+2009-09-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ Document AM_MAKEFLAGS workaround to the macro override problem.
+ * doc/autoconf.texi (Macros and Submakes): Automake makefiles
+ provide AM_MAKEFLAGS to help with overriding macros in submake
+ invocations.
+ Prompted by bug report from Bruno Haible.
+
2009-09-15 Peter Breitenlohner <peb@mppmu.mpg.de>
Implement and document Objective C++ support.
You need to foresee all macros that a user might want to override if
you do that.
+Makefiles generated by @command{automake} expand @code{$(AM_MAKEFLAGS)}
+on the command line of submakes, which can be used for propagated overrides
+(@pxref{Subdirectories, , Automake, automake, @acronym{GNU} Automake}).
+
@node The Make Macro MAKEFLAGS
@section The Make Macro MAKEFLAGS
@cindex @code{MAKEFLAGS} and @command{make}