mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-16 19:25:18 +00:00
use long options
Original commit message from CVS: use long options
This commit is contained in:
parent
78066caf1a
commit
80b20e9a0f
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||
|
|
Loading…
Reference in a new issue