for better or worse, make distcheck now passes again

Original commit message from CVS:
for better or worse, make distcheck now passes again
This commit is contained in:
Thomas Vander Stichele 2002-07-01 13:02:03 +00:00
parent 3d8e68cf98
commit 42810b4db3
4 changed files with 10 additions and 2 deletions

View file

@ -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 $@

View 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,

View 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

View 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