Skip to content
Snippets Groups Projects
Commit 6c377bdd authored by edgrif's avatar edgrif
Browse files

add in warnings flag from aclocal.

parent 310f2431
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment