From 63c2d4b01aa9f91e4be0ba8deab19f6c3bc7e43a Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Fri, 23 Aug 2013 23:08:27 -0400 Subject: [PATCH] Disable examples amd testsuite as long as they have not been ported --- Makefile.am | 10 +++++++--- configure.ac | 9 ++++++--- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/Makefile.am b/Makefile.am index f7ee4ae..a71f705 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,7 @@ -SUBDIRS = common examples testsuite gi +SUBDIRS = common gi + +# Examples and testsuite need to be ported to 1.0 +#examples testsuite # include before EXTRA_DIST for win32 assignment include $(top_srcdir)/common/win32.mak @@ -7,8 +10,9 @@ ACLOCAL_AMFLAGS = -I m4 -I common/m4 include $(top_srcdir)/common/release.mak -check-valgrind: - cd testsuite/ && make check-valgrind +# Examples and testsuite need to be ported to 1.0 +# check-valgrind: +# cd testsuite/ && make check-valgrind check-torture: @true diff --git a/configure.ac b/configure.ac index ceab082..a76668e 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,8 @@ dnl check if this is a release version AS_NANO(GST_CVS="no", GST_CVS="yes") dnl can autoconf find the source ? -AC_CONFIG_SRCDIR([testsuite/common.py]) +# FIXME Port testsuite to 1.0 +# AC_CONFIG_SRCDIR([testsuite/common.py]) dnl define the output header for config AC_CONFIG_HEADERS([config.h]) @@ -120,12 +121,14 @@ dnl set release date/time #["${srcdir}/gst-python.doap"], #[$PACKAGE_VERSION_MAJOR.$PACKAGE_VERSION_MINOR.$PACKAGE_VERSION_MICRO]) +# Examples and testsuite need to be ported to 1.0 +# examples/Makefile +# testsuite/Makefile + AC_OUTPUT([ Makefile common/Makefile common/m4/Makefile - examples/Makefile - testsuite/Makefile gi/Makefile gi/overrides/Makefile ]) -- 2.7.4