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

remove --warnings flag that I put in, not supported on all platforms.

parent 62a95fb3
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) --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 $ACLOCAL) $DEFAULT_INC"
$ACLOCAL $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