* configure.in: Append WARNING_CFLAGS to CFLAGS.

* src/Makefile.am (INCLUDES): Don't.
Be ready to fetch headers in lib/.
This commit is contained in:
Akim Demaille
2000-09-18 17:53:09 +00:00
parent 1386333308
commit cbd25751d4
3 changed files with 8 additions and 1 deletions

View File

@@ -42,6 +42,7 @@ if test "${enableval}" = yes; then
BISON_WARNING(-Wshadow)
BISON_WARNING(-Wstrict-prototypes)
BISON_WARNING(-Wwrite-strings)
CFLAGS="$CFLAGS $WARNING_CFLAGS"
fi
# Checks for libraries.