mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
configure.ac: set some variables right for parrallel installability , so we don't conflict with installed Gstreamer
Original commit message from CVS: * configure.ac: set some variables right for parrallel installability , so we don't conflict with installed Gstreamer
This commit is contained in:
parent
46774ce005
commit
88bb6309f6
2 changed files with 11 additions and 3 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
2005-05-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
set some variables right for parrallel installability , so we don't
|
||||||
|
conflict with installed Gstreamer
|
||||||
|
|
||||||
|
=== new branch ===
|
||||||
|
|
||||||
=== release 0.8.10 ===
|
=== release 0.8.10 ===
|
||||||
|
|
||||||
2005-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
|
2005-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
|
@ -3,7 +3,7 @@ AC_CANONICAL_TARGET
|
||||||
|
|
||||||
dnl when going to/from release please set the nano (fourth number) right !
|
dnl when going to/from release please set the nano (fourth number) right !
|
||||||
dnl releases only do Wall, cvs and prerelease does Werror too
|
dnl releases only do Wall, cvs and prerelease does Werror too
|
||||||
AS_VERSION(gstreamer, GST_VERSION, 0, 8, 10, 0, GST_CVS="no", GST_CVS="yes")
|
AS_VERSION(gstreamer, GST_VERSION, 0, 11, 0, 1, GST_CVS="no", GST_CVS="yes")
|
||||||
|
|
||||||
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
|
||||||
|
@ -12,7 +12,7 @@ AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
|
||||||
dnl our libraries and install dirs use major.minor as a version
|
dnl our libraries and install dirs use major.minor as a version
|
||||||
GST_MAJORMINOR=$GST_VERSION_MAJOR.$GST_VERSION_MINOR
|
GST_MAJORMINOR=$GST_VERSION_MAJOR.$GST_VERSION_MINOR
|
||||||
dnl we override it here for release candidates
|
dnl we override it here for release candidates
|
||||||
#GST_MAJORMINOR=0.8
|
GST_MAJORMINOR=0.12
|
||||||
AC_SUBST(GST_MAJORMINOR)
|
AC_SUBST(GST_MAJORMINOR)
|
||||||
|
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
|
@ -24,7 +24,7 @@ dnl - library source changed -> increment REVISION
|
||||||
dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
|
dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
|
||||||
dnl - interfaces added -> increment AGE
|
dnl - interfaces added -> increment AGE
|
||||||
dnl - interfaces removed -> AGE = 0
|
dnl - interfaces removed -> AGE = 0
|
||||||
AS_LIBTOOL(GST, 5, 0, 4)
|
AS_LIBTOOL(GST, 0, 0, 0)
|
||||||
AM_PROG_LIBTOOL
|
AM_PROG_LIBTOOL
|
||||||
|
|
||||||
AC_CONFIG_SRCDIR([gst/gst.c])
|
AC_CONFIG_SRCDIR([gst/gst.c])
|
||||||
|
|
Loading…
Reference in a new issue