On Wed, Aug 4, 2010 at 11:33 AM, Ralf Wildenhues <ralf.wildenh...@gmx.de> wrote: > * Ralf Wildenhues wrote on Tue, Aug 03, 2010 at 10:48:53PM CEST: >> * scott mc wrote on Tue, Aug 03, 2010 at 10:22:55PM CEST: >> >> | 253: compile.at:170 AC_LANG_SOURCE example >> | 254: compile.at:216 AC_LANG_PROGRAM example >> >> These are actual bugs in the Autoconf testsuite (but not in the rest of >> Autoconf). Will fix. > > The sed script to throw away the "uninteresting" parts of conftest.c > was broken: it did not do what it claimed (removing everything up to > the last `# 1 "conftest.c"' line) but only everything up to the first > such line, starting search in the second line. Since on other systems, > more than one such line may occur, let's just search for the first > interesting line instead. > > OK to commit, and OK to add you to THANKS, Scott? > > Thanks, > Ralf >
Sure thing, no problem. -scott