]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* doc/automake.texi (Program variables): Mention per-target
authorAlexandre Duret-Lutz <adl@gnu.org>
Tue, 25 Nov 2003 22:07:12 +0000 (22:07 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Tue, 25 Nov 2003 22:07:12 +0000 (22:07 +0000)
_CPPFLAGS in the documentation of INCLUDES.
* automake.in (generate_makefile): Likewise in the INCLUDES diagnostic.
Report from Bob Friesenhahn.

ChangeLog
THANKS
automake.in
doc/automake.texi

index e9f30fd34233a824f49f96d9ab4705ea65a7e630..2768da6092f3ba74898cadfa96bdf480dd98b49f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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.
diff --git a/THANKS b/THANKS
index 72743bafa2c7c2d2edded211395c0f62d8ea8ad1..b591703a904db957e230cf9b0aa992e99a051cf9 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -29,6 +29,7 @@ Bernd Jendrissek      berndfoobar@users.sourceforge.net
 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
index 1ee5db42db2198b52ad1b3c72cedb69670190bb6..ee8d35e00575b4c1d4c00cb3eb7f8561cefcbe04 100755 (executable)
@@ -6745,7 +6745,7 @@ sub generate_makefile ($$)
 
   # 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
index e8b0ba2cf0a716542d32a2bf2734ec069ff16dd0..c78075c9a1eefab327a9588a07511cde49af66a0 100644 (file)
@@ -3236,9 +3236,10 @@ the default @samp{-I} options using the @samp{nostdinc} option.
 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