summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-02-10 15:56:25 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-02-10 15:56:25 +0000
commitf254813751d62e19646fb266fd411f155bc3d9f8 (patch)
tree1096df0c4bc4957ebafa5e0d3059a7f0fa7838e0
parent9add402512b6e9583be43d85aaa69ba4f2ee2bf4 (diff)
downloadgstreamer-plugins-bad-f254813751d62e19646fb266fd411f155bc3d9f8.tar.gz
syncing with as-version
Original commit message from CVS: syncing with as-version
m---------common0
-rw-r--r--configure.ac14
2 files changed, 2 insertions, 12 deletions
diff --git a/common b/common
-Subproject 42efc7fe3eda3ea184fa620f2e0dbc4977f16c2
+Subproject 8a9436f47d6e851edbf25d4cceaf071bdc6d11a
diff --git a/configure.ac b/configure.ac
index 01311da9c..ca6586fe2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,21 +4,13 @@ AC_CANONICAL_TARGET([])
dnl when going to/from release please set the nano (fourth number) right !
AS_VERSION(gst-plugins, GST_PLUGINS, 0, 3, 2, 1)
+AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
+AS_LIBTOOL(GST_PLUGINS, 0, 0, 0, yes)
dnl FIXME take something else ?
AC_CONFIG_SRCDIR([gst/law/alaw.c])
AM_CONFIG_HEADER(config.h)
-dnl libtool
-GST_CURRENT=0
-GST_REVISION=0
-GST_AGE=0
-GST_LIBVERSION=$GST_CURRENT:$GST_REVISION:$GST_AGE
-AC_SUBST(GST_CURRENT)
-AC_SUBST(GST_REVISION)
-AC_SUBST(GST_AGE)
-AC_SUBST(GST_LIBVERSION)
-
dnl Add parameters for aclocal
dnl (This must come after AM_INIT_AUTOMAKE, since it modifies ACLOCAL)
ACLOCAL="cat m4/*.m4>acinclude.m4;$ACLOCAL $ACLOCAL_FLAGS"
@@ -36,8 +28,6 @@ AC_ISC_POSIX
dnl We disable static building for development, for time savings
dnl *NOTE*: dnl this line before release, so release does static too
AM_DISABLE_STATIC
-AC_LIBTOOL_DLOPEN
-AM_PROG_LIBTOOL
AC_HEADER_STDC([])