On 06/03/2010 01:41 PM, Julien Cristau wrote:
the lines that cause the errors are: PKG_CHECK_MODULES([MAD], [mad], [INCLUDES+=" $MAD_CFLAGS"; LIBS+=" $MAD_LIBS"], AC_MSG_ERROR($missing_library))This '+=' operator is not posix sh.
OK. But good luck to make people fix all their configure.in/ac. --eric

