From b60dac108eb4385ea0623f6e8f97a1417d03cbd2 Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Fri, 19 Sep 2003 06:24:35 +0000 Subject: 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 --- configure.ac | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'configure.ac') 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 -- cgit v1.2.1