diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2006-04-01 15:36:25 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2006-04-01 15:36:25 +0000 |
commit | 3bf58dfa1c11135e4fd25cacb52b410f846ac8d1 (patch) | |
tree | f67f220b5c7f66e78e9ece509f6d7cacc7c1b65f | |
parent | e7d5159d5a1c8b62d901125d3866cb4a52da5879 (diff) | |
download | gst-plugins-bad-3bf58dfa1c11135e4fd25cacb52b410f846ac8d1.tar.gz gst-plugins-bad-3bf58dfa1c11135e4fd25cacb52b410f846ac8d1.tar.bz2 gst-plugins-bad-3bf58dfa1c11135e4fd25cacb52b410f846ac8d1.zip |
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
m--------- | common | 0 | ||||
-rw-r--r-- | configure.ac | 6 |
2 files changed, 5 insertions, 1 deletions
diff --git a/common b/common -Subproject e430cd53b02f6d37da6200ac81c89c588f99b08 +Subproject 6f7101e2227975fa8a134358362dd4b55e326b4 diff --git a/configure.ac b/configure.ac index f4d37a8d..afcb58f3 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([CXX]) + AM_PROG_LIBTOOL dnl *** required versions of GStreamer stuff *** |