Code

autogen.sh: Use --warnings=all, where possible.
[template.git] / 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