diff --git a/autogen.sh b/autogen.sh index 439e8698..98084090 100755 --- a/autogen.sh +++ b/autogen.sh @@ -172,7 +172,7 @@ autoconf echo "Running automake --gnu $am_opt ..." automake --add-missing --gnu $am_opt -conf_flags="--enable-maintainer-mode --enable-compile-warnings" #--enable-iso-c +conf_flags="--enable-maintainer-mode" if test x$NOCONFIGURE = x; then echo Running $srcdir/configure $conf_flags "$@" ...