diff --git a/src/bootstrap b/src/bootstrap index 300393022953cc20f97c9b7de112642c5c9e0e37..aff5a702274111839dae3225b250636e89505fe3 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) --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"