summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-11-27 15:30:25 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-11-27 15:30:25 +0000
commit9b0f1d1c694936fea8b0575c973291e2b842ce66 (patch)
tree9f37791577ee19b86168a28ace345361f18f9e65
parentbf6086c4c7b837e1cacbedf2798d0dcbf922c572 (diff)
no need for an AS_LIBTOOL call
Original commit message from CVS: no need for an AS_LIBTOOL call
-rw-r--r--configure.ac7
1 files changed, 0 insertions, 7 deletions
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