From 9b0f1d1c694936fea8b0575c973291e2b842ce66 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 27 Nov 2005 15:30:25 +0000 Subject: no need for an AS_LIBTOOL call Original commit message from CVS: no need for an AS_LIBTOOL call --- configure.ac | 7 ------- 1 file changed, 7 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 67d97fb2..7090b50b 100644 --- a/configure.ac +++ b/configure.ac @@ -32,13 +32,6 @@ dnl we override it here if we need to for the release candidate of new series # GST_MAJORMINOR=0.9 AC_SUBST(GST_MAJORMINOR) -dnl CURRENT, REVISION, AGE -dnl - library source changed -> increment REVISION -dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0 -dnl - interfaces added -> increment AGE -dnl - interfaces removed -> AGE = 0 -dnl for 0.8.3 release, gst_play_get_all_by_interface was added, so update -AS_LIBTOOL(GST_PLUGINS_GOOD, 0, 0, 0) AS_LIBTOOL_TAGS([CXX]) AM_PROG_LIBTOOL -- cgit