last snippets of changes before release

Original commit message from CVS:
last snippets of changes before release
This commit is contained in:
Thomas Vander Stichele 2003-02-02 00:12:39 +00:00
parent be0daaa39c
commit 170990fb85

View file

@ -3,7 +3,7 @@ AC_CANONICAL_TARGET([])
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(gstreamer, GST_VERSION, 0, 5, 2, 3, GST_CVS="no", GST_CVS="yes")
AS_VERSION(gstreamer, GST_VERSION, 0, 6, 0, 0, GST_CVS="no", GST_CVS="yes")
dnl AM_MAINTAINER_MODE only provides the option to configure to enable it
AM_MAINTAINER_MODE
@ -11,7 +11,6 @@ AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
dnl our libraries and install dirs use major.minor as a version
GST_MAJORMINOR=$GST_VERSION_MAJOR.$GST_VERSION_MINOR
GST_MAJORMINOR=0.6
AC_SUBST(GST_MAJORMINOR)
AC_PROG_CC
@ -19,11 +18,12 @@ dnl For interactive UNIX (a Sun thing)
AC_ISC_POSIX
dnl CURRENT, REVISION, AGE
dnl - library source changed -> increment REVISION
dnl - library source changed at all -> increment REVISION
dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
dnl - interfaces added -> increment AGE
dnl - interfaces removed -> AGE = 0
AS_LIBTOOL(GST, 3, 0, 0)
dnl - major/minor got increased -> reset to 0,0,0
AS_LIBTOOL(GST, 0, 0, 0)
AC_CONFIG_SRCDIR([gst/gst.c])
AM_CONFIG_HEADER(config.h)