1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 13:09:22 +00:00

Support CPPFLAGS as mandated by GNU standards.

This commit is contained in:
Bruno Haible
2009-12-22 11:41:37 +01:00
parent 6eda9843bc
commit ce9b2f4eb4
5 changed files with 37 additions and 24 deletions

View File

@@ -1,3 +1,15 @@
2009-12-22 Bruno Haible <bruno@clisp.org>
Support CPPFLAGS as mandated by GNU standards.
* lib/Makefile.in (CPPFLAGS): Use autoconf determined value.
* src/Makefile.in (CPPFLAGS): Likewise.
* tests/Makefile.in (CPPFLAGS): Likewise.
(check-c, check-ada, check-modula3, check-pascal, check-lang-utf8,
test.$(OBJEXT), check-lang-ucs2, test2.$(OBJEXT), check-smtp): Use
CPPFLAGS when compiling a .c file.
(VALIDATE): Pass also CPPFLAGS.
* tests/validate: Use CPPFLAGS when compiling a C or C++ file.
2009-12-20 Bruno Haible <bruno@clisp.org>
* doc/gperf.info: Regenerated.