mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
Change default program suffix to -0.7
Original commit message from CVS: Change default program suffix to -0.7
This commit is contained in:
parent
5e6b37c6f7
commit
2ec1afef97
1 changed files with 4 additions and 0 deletions
|
@ -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
|
dnl *NOTE*: dnl this line before release, so release does static too
|
||||||
AM_DISABLE_STATIC
|
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
|
dnl AM_MAINTAINER_MODE only provides the option to configure to enable it
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue