From 0a5317b108b6b2b6ccd5fe0eae791f19eb5f5f31 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sun, 2 May 2010 22:04:04 +0200 Subject: [PATCH] autogen.sh: Use --warnings=all, where possible. --- autogen.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.30.2