Skip to content

Commit

Permalink
Make autotools warnings visible.
Browse files Browse the repository at this point in the history
Change-Id: Ibcdac7100faca7a66d9b3440431e74a8a8c5f042
Signed-off-by: R. Diez <[email protected]>
Reviewed-on: http://openocd.zylin.com/5639
Tested-by: jenkins
Reviewed-by: Andreas Fritiofson <[email protected]>
  • Loading branch information
R. Diez authored and tom-van committed Jul 30, 2020
1 parent fb73965 commit 583a656
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 583a656

Please sign in to comment.