]> git.saurik.com Git - bison.git/commit
* configure.in (WARNING_CFLAGS): Add -Werror when possible.
authorAkim Demaille <akim@epita.fr>
Fri, 30 Nov 2001 14:23:47 +0000 (14:23 +0000)
committerAkim Demaille <akim@epita.fr>
Fri, 30 Nov 2001 14:23:47 +0000 (14:23 +0000)
commita69f6fa569eb6da9f1ccfd810aa261a466ffa1d7
tree8eba378d77d88125e47737c526fef22662b945a9
parent3757d84e90759d5cc544d87f17132f7cf82203a0
* configure.in (WARNING_CFLAGS): Add -Werror when possible.
(CFLAGS): Do not include the WARNING_CFLAGS here, since GNU
Gettext doesn't compile cleanly, and dies with -Werror.
* src/Makefile.am, lib/Makefile.am, tests/atlocal.in (CFLAGS):
Include WARNING_CFLAGS here.
* lib/xstrdup.c: Include xalloc.h, so that xstrdup be declared
before being defined.
ChangeLog
Makefile.am
configure
configure.in
lib/Makefile.am
lib/Makefile.in
lib/xstrdup.c
src/Makefile.am
src/Makefile.in
tests/atlocal.in