From b7cc68893f4b48bb9a2262d591aaa044a55b1c31 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 15 Apr 2002 09:27:02 +0000 Subject: more mergeback from the latest release Original commit message from CVS: more mergeback from the latest release --- configure.ac | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 1ac08518..3ebe17d3 100644 --- a/configure.ac +++ b/configure.ac @@ -10,10 +10,15 @@ AM_DISABLE_STATIC dnl when going to/from release please set the nano (fourth number) right ! dnl We disable static building for development, for time savings AM_DISABLE_STATIC -AS_VERSION(gst-plugins, GST_PLUGINS, 0, 3, 3, 1) +AS_VERSION(gst-plugins, GST_PLUGINS, 0, 3, 4, 0) AM_INIT_AUTOMAKE($PACKAGE,$VERSION) AS_LIBTOOL(GST_PLUGINS, 0, 0, 0, yes) +dnl we'll move this to a configure option later on which will be turned on +dnl by autogen +dnl GST_ERROR="-Wall -Werror" +GST_ERROR="-Werror" + dnl FIXME take something else ? AC_CONFIG_SRCDIR([gst/law/alaw.c]) AM_CONFIG_HEADER(config.h) -- cgit v1.2.1