diff options
author | Alexandre Duret-Lutz <adl@gnu.org> | 2002-07-11 20:10:39 +0000 |
---|---|---|
committer | Alexandre Duret-Lutz <adl@gnu.org> | 2002-07-11 20:10:39 +0000 |
commit | 902d342373573c1255db91404c4ab249ffb8a229 (patch) | |
tree | d4ad3baaada4f51d9258a73fac0c2e7e1b43c657 /NEWS | |
parent | 76b1f9e40e54a799f4e62229036535e63e2b27ee (diff) | |
download | automake-902d342373573c1255db91404c4ab249ffb8a229.tar.gz |
Fix for PR automake/337:
* automake.in: Redefine the `flags' attribute of each language
as a list. List CPPFLAGS in `flags' when it is used.
(register_language): Set the default value of 'flags'.
(handle_single_transform_list): Adjust to treat `flags' as a list.
(handle_languages): Likewise. Don't bother defining the
configure variable for `c', this is always done since we trace
configure.ac.
* automake.texi (etags): Use per-executable _CPPFLAGS.
(Program and Library Variables): Mention maude_CPPFLAGS.
(Program variables): Likewise.
* tests/specflags8.test: Use _CPPFLAGS instead of _CFLAGS.
* tests/specflags9.test: New file.
* tests/Makefile.am (TESTS): Add specflag9.test.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,6 @@ New in 1.6a: +* Support for per-program and per-library `_CPPFLAGS'. +* New `ctags' target (builds CTAGS files). * Support for -Wmumble and -Wno-mumble, where mumble is a warning category (see `automake --help' or the manual for a list of them). * Honor the WARNINGS environment variable. |