Hi Stefano, * Stefano Lattarini wrote on Sat, Oct 02, 2010 at 07:35:34PM CEST: > The attached patch fixes the breakage. OK for maint? > > (Still, I don't like having to tweak test script with needless quoting > to avoid spurious maintcheck failures. Oh well.)
Well, here's an idea then that doesn't break: make check AUTOMAKE=override ACLOCAL=override Use $AUTOMAKE and $ACLOCAL but for the purpose of the tests, remove flags from it that you don't want; i.e., something like this: AUTOMAKE=`echo $AUTOMAKE | sed 's, -Werror,,g'` Patch to that end preapproved if you agree. Thanks, Ralf