From: R. Diez Date: Thu, 30 Apr 2020 14:31:26 +0000 (+0200) Subject: Make autotools warnings visible. X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=583a65644b5b69f5c197322b09a577b3c90ca781;p=fw%2Fopenocd Make autotools warnings visible. Change-Id: Ibcdac7100faca7a66d9b3440431e74a8a8c5f042 Signed-off-by: R. Diez Reviewed-on: http://openocd.zylin.com/5639 Tested-by: jenkins Reviewed-by: Andreas Fritiofson --- diff --git a/bootstrap b/bootstrap index ad5e7bdd2..e81ba4d02 100755 --- a/bootstrap +++ b/bootstrap @@ -24,11 +24,12 @@ fi # bootstrap the autotools ( set -x -aclocal +aclocal --warnings=all +# Apparently, not all versions of libtoolize support option --warnings=all . ${libtoolize} --automake --copy -autoconf -autoheader -automake --gnu --add-missing --copy +autoconf --warnings=all +autoheader --warnings=all +automake --warnings=all --gnu --add-missing --copy ) if [ -n "$SKIP_SUBMODULE" ]; then