mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
disable use of AS_LIBTOOL_TAGS, it doesn't work correctly
Original commit message from CVS: disable use of AS_LIBTOOL_TAGS, it doesn't work correctly
This commit is contained in:
parent
f5bf786c85
commit
a93a280d99
2 changed files with 7 additions and 2 deletions
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 30bd47de758f3f98b2959af9105911ba093624e6
|
||||
Subproject commit 6850ec3d1c74ff309330c3410c3fce3d947986ca
|
|
@ -41,7 +41,12 @@ dnl - interfaces added -> increment AGE
|
|||
dnl - interfaces removed -> AGE = 0
|
||||
dnl sets GST_LT_LDFLAGS
|
||||
AS_LIBTOOL(GST, 4, 0, 4)
|
||||
AS_LIBTOOL_TAGS
|
||||
|
||||
dnl FIXME: this macro doesn't actually work;
|
||||
dnl the generated libtool script has no support for the listed tags.
|
||||
dnl So this needs to be fixed first if we want to use this
|
||||
dnl AS_LIBTOOL_TAGS
|
||||
|
||||
AM_PROG_LIBTOOL
|
||||
|
||||
dnl *** autotools stuff ****
|
||||
|
|
Loading…
Reference in a new issue