configure: Add option --enable-Werror to add -Werror to CFLAGS.
authorBen Pfaff <blp@nicira.com>
Tue, 12 Apr 2011 18:43:11 +0000 (11:43 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 12 Apr 2011 20:41:36 +0000 (13:41 -0700)
commita64e37a1d3990b9c2524d166119cb5564dc5d96c
tree4eb9f491439e0ea0466e88ea2ed373c36cf4abe0
parent024405698d676c4c4906ab12e9c2fbe02b5ad902
configure: Add option --enable-Werror to add -Werror to CFLAGS.

-Werror is useful for development, but it screws up configure because it's
impossible to guess what new warnings compilers will add in the future.
This commit adds a new configure option to add CFLAGS after the configure
checks are done.

The use of AC_CONFIG_COMMANDS_PRE is based on Eric Blake's suggestion on
the autoconf mailing list: "AC_CONFIG_COMMANDS_PRE probably fits the bill
as the ideal macro to use for guaranteeing that you inject your shell code
at the last possible moment."

Requested-by: Andrew Evans <aevans@nicira.com>
acinclude.m4
configure.ac