diff options
author | Christian Schaller <uraeus@gnome.org> | 2003-09-19 06:24:35 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2003-09-19 06:24:35 +0000 |
commit | b60dac108eb4385ea0623f6e8f97a1417d03cbd2 (patch) | |
tree | d8fdeca40de809c5ed2a85b31269af92eb126bc4 /configure.ac | |
parent | b9235c78f34f99c38e06e846dc87c7faa3eb7011 (diff) | |
download | gst-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.ac | 10 |
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 |