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
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
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
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
___
>>> 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