use long options

Original commit message from CVS:
use long options
This commit is contained in:
Thomas Vander Stichele 2004-02-12 19:07:33 +00:00
parent 78066caf1a
commit 80b20e9a0f

View file

@ -82,7 +82,7 @@ echo timestamp > stamp-h.in 2> /dev/null
tool_run "$autoconf"
debug "automake: $automake"
tool_run "$automake" "-a -c"
tool_run "$automake" "--add-missing --copy"
test -n "$NOCONFIGURE" && {
echo "skipping configure stage for package $package, as requested."