mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
configure.ac: Use AS_LIBTOOL_TAGS.
Original commit message from CVS: 2005-07-18 Andy Wingo <wingo@pobox.com> * configure.ac: Use AS_LIBTOOL_TAGS.
This commit is contained in:
parent
08de18b674
commit
2fca81335d
3 changed files with 8 additions and 2 deletions
|
@ -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:
|
||||
|
@ -197,7 +201,8 @@
|
|||
|
||||
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>
|
||||
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit ac7272b7af934c2294a44ac1c0f3fac3f8d17ec6
|
||||
Subproject commit eaed65b6bf08986131bfa3bcb15e88d6e2106a51
|
|
@ -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])
|
||||
|
|
Loading…
Reference in a new issue