From: Thomas Vander Stichele Date: Fri, 19 Apr 2002 10:54:13 +0000 (+0000) Subject: this should please bastien please let me know if other stuff needs to be different... X-Git-Tag: BRANCH-RELEASE-0_4_0-ROOT~244 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ce82be12c79da34d463aeff3c6c99376dd96fee5;p=platform%2Fupstream%2Fgstreamer.git 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 --- 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)