configure: backport AS_LIBTOOL version from 0.10.36 release

Should fix issues with missing symbols for people who install GStreamer
from source and at some point jumped back and forth between git master
and the 0.10.36 release (or 0.10. branch).
This commit is contained in:
Tim-Philipp Müller 2012-03-12 23:28:12 +00:00
parent b2d066f49c
commit b1938e9c0d

View file

@ -49,7 +49,7 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
dnl - interfaces added -> increment AGE
dnl - interfaces removed -> AGE = 0
dnl sets GST_LT_LDFLAGS
AS_LIBTOOL(GST, 24, 0, 24)
AS_LIBTOOL(GST, 25, 0, 25)
dnl FIXME: this macro doesn't actually work;
dnl the generated libtool script has no support for the listed tags.