From ce82be12c79da34d463aeff3c6c99376dd96fee5 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 19 Apr 2002 10:54:13 +0000 Subject: [PATCH] this should please bastien please let me know if other stuff needs to be different between release and cvs Original commit message from CVS: this should please bastien please let me know if other stuff needs to be different between release and cvs --- configure.ac | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index 7ea6b4c..0b39ccf 100644 --- a/configure.ac +++ b/configure.ac @@ -2,15 +2,12 @@ AC_INIT AC_CANONICAL_TARGET([]) dnl when going to/from release please set the nano (fourth number) right ! -AS_VERSION(gstreamer, GST_VERSION, 0, 3, 4, 1) +dnl releases only do Wall, cvs and prerelease does Werror too +AS_VERSION(gstreamer, GST_VERSION, 0, 3, 4, 1, GST_ERROR="-Wall", GST_ERROR="-Wall -Werror") + AM_INIT_AUTOMAKE($PACKAGE,$VERSION) AS_LIBTOOL(GST, 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="-Wall" - AC_CONFIG_SRCDIR([gst/gst.c]) AM_CONFIG_HEADER(config.h) -- 2.7.4