summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2003-09-19 06:24:35 +0000
committerChristian Schaller <uraeus@gnome.org>2003-09-19 06:24:35 +0000
commitb60dac108eb4385ea0623f6e8f97a1417d03cbd2 (patch)
treed8fdeca40de809c5ed2a85b31269af92eb126bc4 /configure.ac
parentb9235c78f34f99c38e06e846dc87c7faa3eb7011 (diff)
downloadgst-plugins-bad-b60dac108eb4385ea0623f6e8f97a1417d03cbd2.tar.gz
gst-plugins-bad-b60dac108eb4385ea0623f6e8f97a1417d03cbd2.tar.bz2
gst-plugins-bad-b60dac108eb4385ea0623f6e8f97a1417d03cbd2.zip
add versioning to gst-launch-ext and gst-visualise and add new files to spec
Original commit message from CVS: add versioning to gst-launch-ext and gst-visualise and add new files to spec
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 6 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 4f5062fe..e99a1292 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,16 +7,18 @@ dnl this goes before AS_LIBTOOL to appease autoconf
dnl *NOTE*: dnl this line before release, so release does static too
AM_DISABLE_STATIC
-if test x$program_suffix = xNONE ; then
- program_suffix=-$GST_VERSION_MAJOR.$GST_VERSION_MINOR
-fi
-
dnl AM_MAINTAINER_MODE only provides the option to configure to enable it
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, 7, 0, 1, GST_CVS="no", GST_CVS="yes")
+
+dnl add a suffix to apps
+if test x$program_suffix = xNONE ; then
+ program_suffix=-$GST_PLUGINS_VERSION_MAJOR.$GST_PLUGINS_VERSION_MINOR
+fi
+
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
dnl our libraries and install dirs use major.minor as a version