Build system tweaks

Add configure-time controls for logging
Set some default compile-time warnings
This commit is contained in:
Daniel Drake
2007-10-13 15:52:50 +01:00
committed by Daniel Drake
parent 50e2de0730
commit 2995144310
5 changed files with 38 additions and 3 deletions

View File

@@ -4,4 +4,5 @@ aclocal || exit 1
autoheader || exit 1
autoconf || exit 1
automake -a -c || exit 1
./configure --enable-maintainer-mode --enable-examples-build $*
./configure --enable-maintainer-mode --enable-examples-build \
--enable-debug-log $*