this should please bastien please let me know if other stuff needs to be different...
authorThomas Vander Stichele <thomas@apestaart.org>
Fri, 19 Apr 2002 10:54:13 +0000 (10:54 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Fri, 19 Apr 2002 10:54:13 +0000 (10:54 +0000)
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

index 7ea6b4c..0b39ccf 100644 (file)
@@ -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)