diff options
author | David Schleef <ds@schleef.org> | 2003-09-13 16:10:25 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-09-13 16:10:25 +0000 |
commit | b2d9616910b369d30e077410540495dada14a147 (patch) | |
tree | 44dff656ae0a7c7d5618624ed5afdeed84644d35 /configure.ac | |
parent | 67d1b3ee7c71e7eecb5594b702ce6f87f6d5101a (diff) | |
download | gst-plugins-bad-b2d9616910b369d30e077410540495dada14a147.tar.gz gst-plugins-bad-b2d9616910b369d30e077410540495dada14a147.tar.bz2 gst-plugins-bad-b2d9616910b369d30e077410540495dada14a147.zip |
Change default program suffix to -0.7
Original commit message from CVS:
Change default program suffix to -0.7
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 8311823e..5f0fe3f1 100644 --- a/configure.ac +++ b/configure.ac @@ -7,6 +7,10 @@ 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 |