autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Why does 'AC_MSG_CHECKING' output extra junk.


From: Dominique Leuenberger
Subject: Re: Why does 'AC_MSG_CHECKING' output extra junk.
Date: Fri, 07 Aug 2009 14:10:59 +0200

>>> On 8/7/2009 at 13:45, "Dr. David Kirkby" <address@hidden> 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
>
> I've not asked it to check for sed, so why is it putting that in the end?
> 

It looks to my like that would just be the next check in the list to execute. 
Could it be that there is just a \n missing for the end? (Might be
difficult to say without more context from configure.ac).

Dominique

PS: and then: I actually don't know what I'm talking about :)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]