From f254813751d62e19646fb266fd411f155bc3d9f8 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 10 Feb 2002 15:56:25 +0000 Subject: syncing with as-version Original commit message from CVS: syncing with as-version --- configure.ac | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 01311da9..ca6586fe 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([]) -- cgit v1.2.1