summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2006-04-01 15:30:51 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2006-04-01 15:30:51 +0000
commite1137151f858b9bde343722c484780e2e237dffd (patch)
tree60adb9eb6c5a1eb82a5a1f154d3a804952da8c2f /configure.ac
parent2088cb81b1a3fdd498f9722d4c2b5084488ea9d3 (diff)
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
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 35f44181..065298fa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,7 +34,11 @@ dnl we override it here if we need to for the release candidate of new series
GST_MAJORMINOR=0.10
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
+
AM_PROG_LIBTOOL
dnl *** required versions of GStreamer stuff ***