mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 13:06:23 +00:00
Remove running configure for cothreads, since it's been removed.
Original commit message from CVS: Remove running configure for cothreads, since it's been removed.
This commit is contained in:
parent
6da01e65b9
commit
ea8656f2f7
1 changed files with 0 additions and 12 deletions
12
autogen.sh
12
autogen.sh
|
@ -66,18 +66,6 @@ tool_run "$autoconf"
|
||||||
debug "automake: $automake"
|
debug "automake: $automake"
|
||||||
tool_run "$automake" "-a -c"
|
tool_run "$automake" "-a -c"
|
||||||
|
|
||||||
echo
|
|
||||||
echo "+ running autogen.sh --noconfigure $@ in libs/ext/cothreads..."
|
|
||||||
OLDDIR=`pwd`
|
|
||||||
cd libs/ext/cothreads
|
|
||||||
echo
|
|
||||||
./autogen.sh --noconfigure $@ || {
|
|
||||||
echo "autogen in cothreads failed."
|
|
||||||
exit 1
|
|
||||||
}
|
|
||||||
cd "$OLDDIR"
|
|
||||||
echo
|
|
||||||
|
|
||||||
test -n "$NOCONFIGURE" && {
|
test -n "$NOCONFIGURE" && {
|
||||||
echo "skipping configure stage for package $package, as requested."
|
echo "skipping configure stage for package $package, as requested."
|
||||||
echo "autogen.sh done."
|
echo "autogen.sh done."
|
||||||
|
|
Loading…
Reference in a new issue