]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
Disabled --enable-maintainer-mode --enable-compile-warnings (unsupported by current...
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 25 Jan 2011 18:55:41 +0000 (18:55 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 25 Jan 2011 18:55:41 +0000 (18:55 +0000)
svn-id: @12083

autogen.sh

index 67d123ce8bcafed40db6f910d07bb74bfbce7637..e644114856527015d4cd491b674e3ae4bc1766db 100755 (executable)
@@ -137,7 +137,7 @@ do
   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 "$@" ...
This page took 0.097845 seconds and 4 git commands to generate.