configure.ac: Use AS_LIBTOOL_TAGS.
authorAndy Wingo <wingo@pobox.com>
Mon, 18 Jul 2005 14:47:39 +0000 (14:47 +0000)
committerAndy Wingo <wingo@pobox.com>
Mon, 18 Jul 2005 14:47:39 +0000 (14:47 +0000)
Original commit message from CVS:
2005-07-18  Andy Wingo  <wingo@pobox.com>

* configure.ac: Use AS_LIBTOOL_TAGS.

ChangeLog
common
configure.ac

index 4dc226e..b72fb14 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-07-18  Andy Wingo  <wingo@pobox.com>
+
+       * configure.ac: Use AS_LIBTOOL_TAGS.
+
 2005-07-18  Wim Taymans  <wim@fluendo.com>
 
        * docs/gst/gstreamer.types:
 
 2005-07-16  Andy Wingo  <wingo@pobox.com>
 
-       * gst/gsterror.c (_gst_core_errors_init): Use the magic word..
+       * gst/gsterror.c (_gst_core_errors_init): Use the magic word
+       (#305291).
 
 2005-07-16  Wim Taymans  <wim@fluendo.com>
 
diff --git a/common b/common
index ac7272b..eaed65b 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit ac7272b7af934c2294a44ac1c0f3fac3f8d17ec6
+Subproject commit eaed65b6bf08986131bfa3bcb15e88d6e2106a51
index ca3eff5..ff3024c 100644 (file)
@@ -25,6 +25,7 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
 dnl - interfaces added -> increment AGE
 dnl - interfaces removed -> AGE = 0
 AS_LIBTOOL(GST, 6, 0, 0)
+AS_LIBTOOL_TAGS([])
 AM_PROG_LIBTOOL
 
 AC_CONFIG_SRCDIR([gst/gst.c])