From: Thomas Vander Stichele Date: Wed, 6 Feb 2002 13:36:22 +0000 (+0000) Subject: disabling cothreads build until it passes make distcheck X-Git-Tag: RELEASE-0_3_3-GUADECBYFOOT~138 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=25ffd7dfba4515cff2f8ffd251340b14bc391524;p=platform%2Fupstream%2Fgstreamer.git disabling cothreads build until it passes make distcheck Original commit message from CVS: disabling cothreads build until it passes make distcheck --- diff --git a/autogen.sh b/autogen.sh index f2dcc60..708d791 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 47d51c3f04e416caa4c43c72a5458df99cf09c3a +Subproject commit 48638606945e579672f97b09cb797de3e6aee9e7 diff --git a/configure.ac b/configure.ac index 9942488..6ef837c 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/libs/Makefile.am b/libs/Makefile.am index 4a2c7b6..a285d33 100644 --- a/libs/Makefile.am +++ b/libs/Makefile.am @@ -1,3 +1,3 @@ -SUBDIRS = gst ext +SUBDIRS = gst ## ext -DIST_SUBDIRS = gst ext +DIST_SUBDIRS = gst ## ext