Enable strict compiler flags with a configure flag
authorEmmanuele Bassi <ebassi@openedhand.com>
Thu, 26 Jul 2007 10:00:09 +0000 (10:00 +0000)
committerEmmanuele Bassi <ebassi@openedhand.com>
Thu, 26 Jul 2007 10:00:09 +0000 (10:00 +0000)
commite77a6f0af3fa26fb1b57cd2455188a47d8eb3156
tree2e8562bfd03f54e482676699aaf4dc2722e797ab
parent73ff6900d0e1d914d858c8ff5d6e3096c85f76a5
Enable strict compiler flags with a configure flag

When making a distcheck it's usually a good idea to enable very strict
compiler flags, like -Werror, to catch stuff that slipped through the
development phase.

This patch adds a --enable-maintainer-flags command line switch to the
configure script, which enables a set of strict compiler flags. The default
is not to use them unless explicitly activated.

In case of distcheck, this switch is activated when launching the configure
script from within the distcheck build directory.
Makefile.am
configure.ac