diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-09-05 15:10:18 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-09-05 15:10:18 +0000 |
commit | 390621f8de27467709897c92e5fec4605d96be75 (patch) | |
tree | 03826049036c9d8683a82c9941279d85a892ce2d /configure.ac | |
parent | 6974101779753e623b099966df51dbc1e3729302 (diff) | |
download | gst-plugins-bad-390621f8de27467709897c92e5fec4605d96be75.tar.gz gst-plugins-bad-390621f8de27467709897c92e5fec4605d96be75.tar.bz2 gst-plugins-bad-390621f8de27467709897c92e5fec4605d96be75.zip |
cleaning up bad
Original commit message from CVS:
cleaning up bad
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 19d95513..b239b254 100644 --- a/configure.ac +++ b/configure.ac @@ -12,12 +12,13 @@ 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, 9, 0, 1, GST_CVS="no", GST_CVS="yes") +AS_VERSION(gst-plugins, GST_PLUGINS_BAD_VERSION, 0, 9, 0, 1, + GST_CVS="no", GST_CVS="yes") AM_INIT_AUTOMAKE($PACKAGE,$VERSION) dnl our libraries and install dirs use major.minor as a version -GST_MAJORMINOR=$GST_PLUGINS_VERSION_MAJOR.$GST_PLUGINS_VERSION_MINOR +GST_MAJORMINOR=$GST_PLUGINS_BAD_VERSION_MAJOR.$GST_PLUGINS_BAD_VERSION_MINOR dnl we override it here if we need to for the release candidate of new series GST_MAJORMINOR=0.9 AC_SUBST(GST_MAJORMINOR) @@ -441,6 +442,7 @@ ext/gsm/Makefile common/Makefile common/m4/Makefile m4/Makefile +po/Makefile.in ) AC_OUTPUT |