On 04/23/2012 12:51 PM, Stefano Lattarini wrote: > On 04/22/2012 08:10 PM, Bruno Haible wrote: >> >> FAIL: t/lex-libobj >> >> But setting LEXLIB to just whitespace makes the test succeed: >> >> diff -r -u automake-1.11d.orig/t/lex-libobj.sh automake-1.11d/t/lex-libobj.sh >> --- automake-1.11d.orig/t/lex-libobj.sh 2012-04-13 17:44:41.000000000 >> +0200 >> +++ automake-1.11d/t/lex-libobj.sh 2012-04-22 20:01:27.000000000 +0200 >> @@ -68,7 +68,7 @@ >> $MAKE distclean >> >> # Force "no system lex library". >> -./configure LEXLIB='-L /lib' >> +./configure LEXLIB=' ' >> grep LIBOBJS Makefile # For debugging. >> grep '^LIBOBJS *=.*yywrap.*\.o' Makefile # Sanity check. >> $MAKE >> > Thanks. I will apply the attached patch then (comments and reviews welcome). > Pushed now. But I'm not yet closing the bug report, because the issue with perl multithreading is still not properly understood.
Regards, Stefano