cothreads stuff i forgot to commit last night

Original commit message from CVS:
cothreads stuff i forgot to commit last night
This commit is contained in:
Andy Wingo 2002-02-04 17:41:45 +00:00
parent 7ed9201e06
commit 49075e62b5
3 changed files with 6 additions and 5 deletions

View file

@ -180,8 +180,8 @@ automake -a -c || {
}
echo
echo "+ running autogen.sh in gst/cothreads..."
pushd gst/cothreads > /dev/null
echo "+ running autogen.sh in libs/ext/cothreads..."
pushd libs/ext/cothreads > /dev/null
echo
./autogen.sh --autogen-noconfigure --autogen-nocheck
popd > /dev/null

View file

@ -605,7 +605,7 @@ GST_INT_CFLAGS="-I\$(top_srcdir)/libs -I\$(top_srcdir)/include -I\$(top_srcdir)
AC_SUBST(GST_CFLAGS, "$GST_EXT_CFLAGS $GST_INT_CFLAGS")
AC_SUBST(GST_LIBS, "$GST_EXT_LIBS $GST_INT_LIBS")
AC_CONFIG_SUBDIRS(gst/cothreads)
AC_CONFIG_SUBDIRS(libs/ext/cothreads)
dnl ##################################################
dnl # Prepare informative messages to display at end #
@ -647,6 +647,7 @@ libs/gst/bytestream/Makefile
libs/gst/getbits/Makefile
libs/gst/putbits/Makefile
libs/gst/control/Makefile
libs/ext/Makefile
tests/Makefile
tests/bufspeed/Makefile
tests/memchunk/Makefile

View file

@ -1,3 +1,3 @@
SUBDIRS = gst
SUBDIRS = gst ext
DIST_SUBDIRS = gst
DIST_SUBDIRS = gst ext