From 4f18851c6eacf8bf25ff8e5e41e88ee0e43b83b0 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 29 Jan 2003 01:10:56 +0000 Subject: disable wall werror temporarily prerelease version Original commit message from CVS: disable wall werror temporarily prerelease version --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 08f1fbb9..ef0db87c 100644 --- a/configure.ac +++ b/configure.ac @@ -12,8 +12,10 @@ AM_MAINTAINER_MODE dnl when going to/from release please set the nano (fourth number) right ! dnl releases only do Wall, cvs and prerelease does Werror too -AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 5, 2, 1, GST_ERROR="-Wall", GST_ERROR="-Wall -Werror") +AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 5, 2, 2, GST_ERROR="-Wall", GST_ERROR="-Wall -Werror") AM_INIT_AUTOMAKE($PACKAGE,$VERSION) +dnl fix errors properly then remove this again +GST_ERROR= dnl our libraries and install dirs use major.minor as a version GST_MAJORMINOR=$GST_PLUGINS_VERSION_MAJOR.$GST_PLUGINS_VERSION_MINOR -- cgit v1.2.1