diff --git a/ChangeLog b/ChangeLog index 4dc226ec0b..b72fb14633 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-07-18 Andy Wingo + + * configure.ac: Use AS_LIBTOOL_TAGS. + 2005-07-18 Wim Taymans * docs/gst/gstreamer.types: @@ -197,7 +201,8 @@ 2005-07-16 Andy Wingo - * 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 diff --git a/common b/common index ac7272b7af..eaed65b6bf 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit ac7272b7af934c2294a44ac1c0f3fac3f8d17ec6 +Subproject commit eaed65b6bf08986131bfa3bcb15e88d6e2106a51 diff --git a/configure.ac b/configure.ac index ca3eff5d15..ff3024c700 100644 --- a/configure.ac +++ b/configure.ac @@ -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])