>>>>> "Pavel" == Pavel Roskin <[EMAIL PROTECTED]> writes:
Pavel> So unless anybody decides to improve AC_CHECKING, it should IMO
Pavel> be fixed to match the documentation and let alone.
What is the behavior you people want? I'm fine with changing the
definition of AC_CHECKING in terms of AC_MSG_*, which is not great, I
agree.
Tell me how to name it, and what's it behavior.
AC_MSG_SECTION?
AC_MSG_SECTION(Hello World)
=> checking for foo.h... yes
=> Hello World
=> checking for bar... yes
And in config.log:
config.log:42: section: Hello World
?