mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:46:13 +00:00
don't use AS_LIBTOOL_TAGS, it doesn't work
Original commit message from CVS: don't use AS_LIBTOOL_TAGS, it doesn't work
This commit is contained in:
parent
e7d5159d5a
commit
3bf58dfa1c
2 changed files with 6 additions and 2 deletions
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit e430cd53b02f6d37da6200ac81c89c588f99b089
|
Subproject commit 6f7101e2227975fa8a134358362dd4b55e326b4c
|
|
@ -34,7 +34,11 @@ dnl we override it here if we need to for the release candidate of new series
|
||||||
GST_MAJORMINOR=0.10
|
GST_MAJORMINOR=0.10
|
||||||
AC_SUBST(GST_MAJORMINOR)
|
AC_SUBST(GST_MAJORMINOR)
|
||||||
|
|
||||||
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([CXX])
|
||||||
|
|
||||||
AM_PROG_LIBTOOL
|
AM_PROG_LIBTOOL
|
||||||
|
|
||||||
dnl *** required versions of GStreamer stuff ***
|
dnl *** required versions of GStreamer stuff ***
|
||||||
|
|
Loading…
Reference in a new issue