On 06/03/2010 11:52 AM, Julien Cristau wrote:
On Thu, Jun 3, 2010 at 09:36:37 +0000, Gerrit Pape wrote:
Hi Eric, please see http://bugs.debian.org/582952. I didn't verify, but
this looks like a bashism in autoconf, automake, or some other auto*
tool, and should be fixed there eventually.
It's most likely a bashism in xbmc's configure.ac.
There is no configure.ac, just configure.in and I do not see anything I
would consider as bashish.
the lines that cause the errors are:
PKG_CHECK_MODULES([MAD], [mad],
[INCLUDES+=" $MAD_CFLAGS"; LIBS+=" $MAD_LIBS"],
AC_MSG_ERROR($missing_library))
Then the endless loop (never exit from the configure command) is just
unexplained yet.
-- eric