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


_______________________________________________
Autoconf mailing list
Autoconf@gnu.org
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to