disabling cothreads build until it passes make distcheck

Original commit message from CVS:
disabling cothreads build until it passes make distcheck
This commit is contained in:
Thomas Vander Stichele 2002-02-06 13:36:22 +00:00
parent 17e62d43a7
commit 25ffd7dfba
4 changed files with 12 additions and 12 deletions

View file

@ -179,13 +179,13 @@ automake -a -c || {
exit 1 exit 1
} }
echo dnl echo
echo "+ running autogen.sh in libs/ext/cothreads..." dnl echo "+ running autogen.sh in libs/ext/cothreads..."
pushd libs/ext/cothreads > /dev/null dnl pushd libs/ext/cothreads > /dev/null
echo dnl echo
./autogen.sh --autogen-noconfigure --autogen-nocheck dnl ./autogen.sh --autogen-noconfigure --autogen-nocheck
popd > /dev/null dnl popd > /dev/null
echo dnl 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."

2
common

@ -1 +1 @@
Subproject commit 47d51c3f04e416caa4c43c72a5458df99cf09c3a Subproject commit 48638606945e579672f97b09cb797de3e6aee9e7

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_CFLAGS, "$GST_EXT_CFLAGS $GST_INT_CFLAGS")
AC_SUBST(GST_LIBS, "$GST_EXT_LIBS $GST_INT_LIBS") AC_SUBST(GST_LIBS, "$GST_EXT_LIBS $GST_INT_LIBS")
AC_CONFIG_SUBDIRS(libs/ext/cothreads) dnl AC_CONFIG_SUBDIRS(gst/cothreads)
dnl ################################################## dnl ##################################################
dnl # Prepare informative messages to display at end # dnl # Prepare informative messages to display at end #
@ -631,6 +631,7 @@ dnl #########################
dnl # Make the output files # dnl # Make the output files #
dnl ######################### dnl #########################
dnl libs/ext/Makefile
AC_OUTPUT( AC_OUTPUT(
Makefile Makefile
include/Makefile include/Makefile
@ -647,7 +648,6 @@ libs/gst/bytestream/Makefile
libs/gst/getbits/Makefile libs/gst/getbits/Makefile
libs/gst/putbits/Makefile libs/gst/putbits/Makefile
libs/gst/control/Makefile libs/gst/control/Makefile
libs/ext/Makefile
tests/Makefile tests/Makefile
tests/bufspeed/Makefile tests/bufspeed/Makefile
tests/memchunk/Makefile tests/memchunk/Makefile

View file

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