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: Thomas Dickey
Subject: Re: Why does 'AC_MSG_CHECKING' output extra junk.
Date: Fri, 7 Aug 2009 15:52:00 -0400 (EDT)

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



I've not asked it to check for sed, so why is it putting that in the end?

AC_MSG_CHECKING is normally followed by AC_MSG_RESULT (or equivalent),
which completes the line begun by AC_MSG_CHECKING.

--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net




reply via email to

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