summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2003-01-29 01:10:56 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2003-01-29 01:10:56 +0000
commit4f18851c6eacf8bf25ff8e5e41e88ee0e43b83b0 (patch)
treed9bee1fdc271934b1a8c99f7f076690d97211eb2 /configure.ac
parente0128e10b83ef1123689427dbbb0c54ca76b3c10 (diff)
downloadgst-plugins-bad-4f18851c6eacf8bf25ff8e5e41e88ee0e43b83b0.tar.gz
gst-plugins-bad-4f18851c6eacf8bf25ff8e5e41e88ee0e43b83b0.tar.bz2
gst-plugins-bad-4f18851c6eacf8bf25ff8e5e41e88ee0e43b83b0.zip
disable wall werror temporarily prerelease version
Original commit message from CVS: disable wall werror temporarily prerelease version
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
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