--- autoconf.texi-1.724 Fri Mar 21 18:55:04 2003 +++ autoconf.texi Fri Mar 21 19:03:17 2003 @@ -14659,8 +14659,8 @@ @node Present But Cannot Be Compiled @section Header Present But Cannot Be Compiled -The most important guideline to bare in mind when checking for -features is to mock as much as possible the intended use. +The most important guideline to bear in mind when checking for +features is to mimic the intended usage as closely as possible. Unfortunately, old versions of @code{AC_CHECK_HEADER} and @code{AC_CHECK_HEADERS} failed to follow this idea, and used to call the preprocessor, instead of the compiler, to check for headers. As a @@ -14670,9 +14670,9 @@ Since Autoconf 2.56 both checks are performed, and @code{configure} complains loudly if the compiler and the preprocessor do not agree. -For the time being the result is that of the preprocessor, so that -maintainers can adjust their @file{configure.ac}, but in the near -future, the compiler only will be considered. +For the time being the result used is that of the preprocessor, to give +maintainers time to adjust their @file{configure.ac}, but in the near +future, only the compiler will be considered. Consider the following example: