Code

autogen.sh: Use --warnings=all, where possible.
authorSebastian Harl <sh@tokkee.org>
Sun, 2 May 2010 20:04:04 +0000 (22:04 +0200)
committerSebastian Harl <sh@tokkee.org>
Sun, 2 May 2010 20:04:04 +0000 (22:04 +0200)
autogen.sh

index df3c10e2e209a6713ca9246a397c004afc6980ae..7c7c72f81e458dae88ab07d75ea73c41e9ea0c80 100755 (executable)
@@ -8,10 +8,10 @@ fi
 
 set -ex
 
-aclocal --force
+aclocal --force --warnings=all
 $libtoolize --automake --copy --force
 aclocal
 autoconf --force --warnings=all
-autoheader --force
-automake --add-missing --copy --foreign
+autoheader --force --warnings=all
+automake --add-missing --copy --foreign --warnings=all