Re: Why does 'AC_MSG_CHECKING' output extra junk.

2009-08-07 Thread Dr. David Kirkby
Daniel Leidert wrote: Am Freitag, den 07.08.2009, 12:45 +0100 schrieb Dr. David Kirkby: If I have this in my configure.ac AC_MSG_CHECKING([if gcc uses the GNU or Sun linker]) then run the configure script, I see: checking if gcc uses the GNU or Sun linker... checking for a sed that does not

Re: Why does 'AC_MSG_CHECKING' output extra junk.

2009-08-07 Thread Thomas Dickey
On Fri, 7 Aug 2009, Dr. David Kirkby wrote: If I have this in my configure.ac AC_MSG_CHECKING([if gcc uses the GNU or Sun linker]) then run the configure script, I see: checking if gcc uses the GNU or Sun linker... checking for a sed that does not truncate output... /opt/csw/bin/gsed

Re: Why does 'AC_MSG_CHECKING' output extra junk.

2009-08-07 Thread Daniel Leidert
Am Freitag, den 07.08.2009, 12:45 +0100 schrieb Dr. David Kirkby: > If I have this in my configure.ac > > AC_MSG_CHECKING([if gcc uses the GNU or Sun linker]) > > then run the configure script, I see: > > checking if gcc uses the GNU or Sun linker... checking for a sed that > does not truncate

Re: Why does 'AC_MSG_CHECKING' output extra junk.

2009-08-07 Thread Peter Johansson
Dr. David Kirkby wrote: I've not asked it to check for sed, so why is it putting that in the end? It's most likely not from AC_MSG_CHECKING, but it's hard to say from where it comes without a larger snippet of the configure.ac. Cheers, Peter ___

Re: Why does 'AC_MSG_CHECKING' output extra junk.

2009-08-07 Thread Dominique Leuenberger
>>> On 8/7/2009 at 13:45, "Dr. David Kirkby" wrote: > If I have this in my configure.ac > > AC_MSG_CHECKING([if gcc uses the GNU or Sun linker]) > > then run the configure script, I see: > > checking if gcc uses the GNU or Sun linker... checking for a sed that > does not truncate output... /o