Remove running configure for cothreads, since it's been removed.
authorDavid Schleef <ds@schleef.org>
Sat, 23 Aug 2003 01:09:23 +0000 (01:09 +0000)
committerDavid Schleef <ds@schleef.org>
Sat, 23 Aug 2003 01:09:23 +0000 (01:09 +0000)
Original commit message from CVS:
Remove running configure for cothreads, since it's been removed.

autogen.sh

index 9fb5644..86a1b35 100755 (executable)
@@ -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."