Make autotools warnings visible.
authorR. Diez <rdiezmail-openocd@yahoo.de>
Thu, 30 Apr 2020 14:31:26 +0000 (16:31 +0200)
committerTomas Vanek <vanekt@fbl.cz>
Thu, 30 Jul 2020 11:26:24 +0000 (12:26 +0100)
Change-Id: Ibcdac7100faca7a66d9b3440431e74a8a8c5f042
Signed-off-by: R. Diez <rdiezmail-openocd@yahoo.de>
Reviewed-on: http://openocd.zylin.com/5639
Tested-by: jenkins
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
bootstrap

index ad5e7bdd21503a64b657eee9048e1a25023665bd..e81ba4d02d0ad3fd5e203c335617b75886a8638d 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -24,11 +24,12 @@ fi
 # bootstrap the autotools
 (
 set -x
 # bootstrap the autotools
 (
 set -x
-aclocal
+aclocal --warnings=all
+# Apparently, not all versions of libtoolize support option --warnings=all .
 ${libtoolize} --automake --copy
 ${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
 )
 
 if [ -n "$SKIP_SUBMODULE" ]; then