for better or worse, make distcheck now passes again BRANCH-RELEASE-0_4_0-ROOT
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 1 Jul 2002 13:02:03 +0000 (13:02 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 1 Jul 2002 13:02:03 +0000 (13:02 +0000)
Original commit message from CVS:
for better or worse, make distcheck now passes again

autogen.sh
configure.ac
tests/old/testsuite/Makefile.am
testsuite/Makefile.am

index e6ae29d..32a6ae5 100755 (executable)
@@ -22,7 +22,7 @@ then
 fi
 . common/gst-autogen.sh
 
-CONFIGURE_DEF_OPT='--enable-maintainer-mode --enable-plugin-builddir'
+CONFIGURE_DEF_OPT='--enable-maintainer-mode --enable-plugin-builddir --enable-failing-tests'
 
 autogen_options $@
 
index 03e0b0f..7f66262 100644 (file)
@@ -250,10 +250,12 @@ AC_HELP_STRING([--disable-failing-tests],[disable building tests known to fail])
   no)  BUILD_FAILING_TESTS=no ;;
   *) AC_MSG_ERROR(bad value ${enableval} for --disable-failing-tests) ;;
 esac], 
-[BUILD_FAILING_TESTS=yes]) dnl Default value
+[BUILD_FAILING_TESTS=no]) dnl Default value
 AM_CONDITIONAL(BUILD_FAILING_TESTS, test "x$BUILD_FAILING_TESTS" = "xyes")
 if test x$BUILD_FAILING_TESTS = xyes; then
   AC_MSG_WARN([building tests known to fail, use --disable-failing-tests to disable])
+else
+  AC_MSG_WARN([Sissy ! By asking to not build the tests known to fail, you hereby waive your right to customer support.  If you do not agree with this EULA, please press Ctrl-C before the next line is printed.  By allowing the next line to be printed, you expressly acknowledge your acceptance of this EULA.])
 fi
 
 AC_ARG_ENABLE(examples,
index 9dbfddf..9965779 100644 (file)
@@ -20,6 +20,9 @@ check_PROGRAMS = $(testprogs)
 LIBS = $(GST_LIBS)
 CFLAGS = $(GST_CFLAGS)
 
+# we makes them, we gots to clean them
+CLEANFILES = test-registry.xml elementstest-registry.xml
+
 DIST_SUBDIRS = bytestream caps cleanup clock dynparams elements \
                plugin refcounting threads
 
index 9dbfddf..9965779 100644 (file)
@@ -20,6 +20,9 @@ check_PROGRAMS = $(testprogs)
 LIBS = $(GST_LIBS)
 CFLAGS = $(GST_CFLAGS)
 
+# we makes them, we gots to clean them
+CLEANFILES = test-registry.xml elementstest-registry.xml
+
 DIST_SUBDIRS = bytestream caps cleanup clock dynparams elements \
                plugin refcounting threads