X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=bootstrap;h=e81ba4d02d0ad3fd5e203c335617b75886a8638d;hp=ad5e7bdd21503a64b657eee9048e1a25023665bd;hb=ce5027ab019ac7f96d05ec5f8f533144b3bcafdf;hpb=f60d42b0e2d7c1bde4f75cf5fcaeddf11d21f7ed diff --git a/bootstrap b/bootstrap index ad5e7bdd21..e81ba4d02d 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