SVN: rc-scripts/trunk/autogen.sh
arekm
arekm at pld-linux.org
Tue Jan 25 19:55:41 CET 2011
Author: arekm
Date: Tue Jan 25 19:55:41 2011
New Revision: 12083
Modified:
rc-scripts/trunk/autogen.sh
Log:
Disabled --enable-maintainer-mode --enable-compile-warnings (unsupported by current auto*).
Modified: rc-scripts/trunk/autogen.sh
==============================================================================
--- rc-scripts/trunk/autogen.sh (original)
+++ rc-scripts/trunk/autogen.sh Tue Jan 25 19:55:41 2011
@@ -137,7 +137,7 @@
fi
done
-conf_flags="--enable-maintainer-mode --enable-compile-warnings" #--enable-iso-c
+conf_flags="" #--enable-maintainer-mode --enable-compile-warnings --enable-iso-c
if test x$NOCONFIGURE = x; then
echo Running $srcdir/configure $conf_flags "$@" ...
More information about the pld-cvs-commit
mailing list