[gst-devel] bug in current cvs gstmediaplay

Richard Boulton richard at tartarus.org
Thu Aug 2 14:39:01 CEST 2001


On Thu, Aug 02, 2001 at 01:31:34PM +0200, Thomas Vander Stichele wrote:
> autoconf: Undefined macros:
> ***BUG in Autoconf--please report*** AC_TRUE
> ***BUG in Autoconf--please report*** AC_FALSE
> ***BUG in Autoconf--please report*** AC_TRUE
> ***BUG in Autoconf--please report*** AC_FALSE
> ***BUG in Autoconf--please report*** AC_TRUE
> ***BUG in Autoconf--please report*** AC_FALSE
> configure.in:588:AC_CHECK_LIB(FLAC, FLAC__stream_decoder_new,
> HAVE_FLAC=yes, HAVE_FLAC=no, -lm)
> 
> the first two errors I've always had, the rest is new.

Let me guess: you have both autoconf2.13 and autoconf2.50 installed.
(are you running debian unstable?)

I've just had this problem with another project: it seems there's a script
which tries to guess which version of autoconf to use.  Unfortunately, it
gets misled by the existence of configure.in and tries to use autoconf2.13,
but with the macros from autoconf2.50, or something along those lines.  For
that project, I found that I could solve either by removing the
configure.in file (and just having configure.ac), or by explicity calling
autoconf2.50.

Unfortunately, I can't reproduce it now, and gstreamer works for me.

-- 
Richard




More information about the gstreamer-devel mailing list