From: Sebastian Harl Date: Sun, 2 May 2010 20:04:04 +0000 (+0200) Subject: autogen.sh: Use --warnings=all, where possible. X-Git-Url: https://git.tokkee.org/?p=template.git;a=commitdiff_plain;h=0a5317b108b6b2b6ccd5fe0eae791f19eb5f5f31 autogen.sh: Use --warnings=all, where possible. --- diff --git a/autogen.sh b/autogen.sh index df3c10e..7c7c72f 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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