semihosting: move semihosting_result_t from riscv.h to the semihosting_common.h
[fw/openocd] / bootstrap
index ad5e7bdd21503a64b657eee9048e1a25023665bd..e81ba4d02d0ad3fd5e203c335617b75886a8638d 100755 (executable)
--- 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