projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a8d349
)
Change default program suffix to -0.7
author
David Schleef
<ds@schleef.org>
Sat, 13 Sep 2003 16:10:25 +0000
(16:10 +0000)
committer
David Schleef
<ds@schleef.org>
Sat, 13 Sep 2003 16:10:25 +0000
(16:10 +0000)
Original commit message from CVS:
Change default program suffix to -0.7
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 8311823eb99478a9bb82b605efc25a1943c56602..5f0fe3f1c984324f542753bcdc8c4a59125407b5 100644
(file)
--- 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