summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-08-23 01:09:23 +0000
committerDavid Schleef <ds@schleef.org>2003-08-23 01:09:23 +0000
commitea8656f2f7b2d9f56d6195d94c311fd2b35da8a9 (patch)
tree5781fd74d05c2c7e68867093402f8cb070f24cbd
parent6da01e65b91975012f6673062654016401bb6276 (diff)
downloadgstreamer-ea8656f2f7b2d9f56d6195d94c311fd2b35da8a9.tar.gz
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.
-rwxr-xr-xautogen.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/autogen.sh b/autogen.sh
index 9fb56443e0..86a1b35759 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -66,18 +66,6 @@ tool_run "$autoconf"
debug "automake: $automake"
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" && {
echo "skipping configure stage for package $package, as requested."
echo "autogen.sh done."