_CPPFLAGS in the documentation of INCLUDES.
* automake.in (generate_makefile): Likewise in the INCLUDES diagnostic.
Report from Bob Friesenhahn.
2003-11-25 Alexandre Duret-Lutz <adl@gnu.org>
+ * doc/automake.texi (Program variables): Mention per-target
+ _CPPFLAGS in the documentation of INCLUDES.
+ * automake.in (generate_makefile): Likewise in the INCLUDES diagnostic.
+ Report from Bob Friesenhahn.
+
* doc/automake.texi (Extending): Elaborate on overriding.
* NEWS: Likewise.
Suggested by Bruno Haible.
Bill Currie bcurrie@tssc.co.nz
Bill Davidson bill@kayhay.com
Bill Fenner fenner@parc.xerox.com
+Bob Friesenhahn bfriesen@simple.dallas.tx.us
Bob Proulx rwp@hprwp.fc.hp.com
Braden N. McDaniel braden@endoframe.com
Brendan O'Dea bod@compusol.com.au
# Catch some obsolete variables.
msg_var ('obsolete', 'INCLUDES',
- "`INCLUDES' is the old name for `AM_CPPFLAGS'")
+ "`INCLUDES' is the old name for `AM_CPPFLAGS' (or `*_CPPFLAGS')")
if var ('INCLUDES');
# At the toplevel directory, we might need config.guess, config.sub
per-library) @code{_CPPFLAGS} variable if it is defined.
@item INCLUDES
-This does the same job as @samp{AM_CPPFLAGS}. It is an older name for
-the same functionality. This variable is deprecated; we suggest using
-@samp{AM_CPPFLAGS} instead.
+This does the same job as @samp{AM_CPPFLAGS} (or any per-target
+@samp{_CPPFLAGS} variable if it is used). It is an older name for the
+same functionality. This variable is deprecated; we suggest using
+@samp{AM_CPPFLAGS} and per-target @samp{_CPPFLAGS} instead.
@item AM_CFLAGS
This is the variable which the @file{Makefile.am} author can use to pass