aboutsummaryrefslogtreecommitdiffstats
path: root/macros/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'macros/autogen.sh')
-rw-r--r--macros/autogen.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/macros/autogen.sh b/macros/autogen.sh
index 8248c0c328..cbd6a06157 100644
--- a/macros/autogen.sh
+++ b/macros/autogen.sh
@@ -73,9 +73,10 @@ do
done
if test x$NOCONFIGURE = x; then
-echo running $srcdir/configure --enable-maintainer-mode "$@"
-$srcdir/configure --enable-maintainer-mode "$@" \
+conf_flags="--enable-maintainer-mode --enable-compile-warnings" #--enable-iso-c
+echo running $srcdir/configure $conf_flags "$@"
+$srcdir/configure $conf_flags "$@" \
&& echo Now type \`make\' to compile the $PKG_NAME
else
echo Skipping configure process.
-fi \ No newline at end of file
+fi