disabling cothreads build until it passes make distcheck
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 6 Feb 2002 13:36:22 +0000 (13:36 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 6 Feb 2002 13:36:22 +0000 (13:36 +0000)
Original commit message from CVS:
disabling cothreads build until it passes make distcheck

autogen.sh
common
configure.ac
libs/Makefile.am

index f2dcc60..708d791 100755 (executable)
@@ -179,13 +179,13 @@ automake -a -c || {
        exit 1
 }
 
-echo
-echo "+ running autogen.sh in libs/ext/cothreads..."
-pushd libs/ext/cothreads > /dev/null
-echo
-./autogen.sh --autogen-noconfigure --autogen-nocheck
-popd > /dev/null
-echo
+dnl echo
+dnl echo "+ running autogen.sh in libs/ext/cothreads..."
+dnl pushd libs/ext/cothreads > /dev/null
+dnl echo
+dnl ./autogen.sh --autogen-noconfigure --autogen-nocheck
+dnl popd > /dev/null
+dnl echo
 
 test -n "$NOCONFIGURE" && {
     echo "skipping configure stage for package $package, as requested."
diff --git a/common b/common
index 47d51c3..4863860 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 47d51c3f04e416caa4c43c72a5458df99cf09c3a
+Subproject commit 48638606945e579672f97b09cb797de3e6aee9e7
index 9942488..6ef837c 100644 (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(libs/ext/cothreads)
+dnl AC_CONFIG_SUBDIRS(gst/cothreads)
 
 dnl ##################################################
 dnl # Prepare informative messages to display at end #
@@ -631,6 +631,7 @@ dnl #########################
 dnl # Make the output files #
 dnl #########################
 
+dnl libs/ext/Makefile
 AC_OUTPUT(
 Makefile
 include/Makefile
@@ -647,7 +648,6 @@ 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
index 4a2c7b6..a285d33 100644 (file)
@@ -1,3 +1,3 @@
-SUBDIRS = gst ext
+SUBDIRS = gst ## ext
 
-DIST_SUBDIRS = gst ext
+DIST_SUBDIRS = gst ## ext