From 6c377bdd5fdbe46023f7a9a0ac1633cab3c5b516 Mon Sep 17 00:00:00 2001 From: edgrif <edgrif> Date: Mon, 8 Feb 2010 12:18:01 +0000 Subject: [PATCH] add in warnings flag from aclocal. --- src/bootstrap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bootstrap b/src/bootstrap index de26b659c..300393022 100755 --- a/src/bootstrap +++ b/src/bootstrap @@ -58,8 +58,8 @@ while read file; do [ ! -f "$file" ] || rm -r $file; done zmap_message_out "Running $(which $AUTOUPDATE)" $AUTOUPDATE || zmap_message_exit "Failed running $AUTOUPDATE" -zmap_message_out "Running $(which $ACLOCAL)" -$ACLOCAL $DEFAULT_INC || zmap_message_exit "Failed running $ACLOCAL (first time) export ACLOCAL_FLAGS='-I /<gtkprefix>/share/aclocal'" +zmap_message_out "Running $(which $ACLOCAL) --warnings=all $DEFAULT_INC" +$ACLOCAL --warnings=all $DEFAULT_INC || zmap_message_exit "Failed running $ACLOCAL (first time) export ACLOCAL_FLAGS='-I /<gtkprefix>/share/aclocal'" zmap_message_out "Running $(which $AUTOHEADER)" $AUTOHEADER --warnings=all || zmap_message_exit "Failed running $AUTOHEADER" -- GitLab