mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
make sure autogen.sh options get passed on to cothreads
Original commit message from CVS: make sure autogen.sh options get passed on to cothreads
This commit is contained in:
parent
7000e8852e
commit
d34b5f9074
1 changed files with 2 additions and 2 deletions
|
@ -67,10 +67,10 @@ debug "automake: $automake"
|
||||||
tool_run "$automake" "-a -c"
|
tool_run "$automake" "-a -c"
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "+ running autogen.sh in libs/ext/cothreads..."
|
echo "+ running autogen.sh --noconfigure --nocheck $@ in libs/ext/cothreads..."
|
||||||
pushd libs/ext/cothreads > /dev/null
|
pushd libs/ext/cothreads > /dev/null
|
||||||
echo
|
echo
|
||||||
./autogen.sh --noconfigure --nocheck || {
|
./autogen.sh --noconfigure --nocheck $@ || {
|
||||||
echo "autogen in cothreads failed."
|
echo "autogen in cothreads failed."
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue