But Cannot Be Compiled" when the header causes problems.
+2003-03-28 Akim Demaille <akim@epita.fr>
+
+ * lib/autoconf/headers.m4: Suggest reading the section "Present
+ But Cannot Be Compiled" when the header causes problems.
+
2003-03-28 Akim Demaille <akim@epita.fr>
* tests/torture.at (Configuring subdirectories): Require aclocal
no:yes )
AC_MSG_WARN([$1: present but cannot be compiled])
AC_MSG_WARN([$1: check for missing prerequisite headers?])
+ AC_MSG_WARN([$1: see the documentation, section "Present But Cannot Be Compiled"])
AC_MSG_WARN([$1: proceeding with the preprocessor's result])
AC_MSG_WARN([$1: in the future, the compiler will take precedence])
(
# We use aclocal (via autoreconf).
AT_CHECK([aclocal --version || exit 77], [], [stdout], [ignore])
# It should understand configure.ac.
-AT_CHECK([grep 1.4 stdout && exit 77], [1], [ignore])
+AT_CHECK([[grep '1.[01234] stdout && exit 77]], [1], [ignore])
# The contents of `inner/', and `inner/innermost/'.
AS_MKDIR_P([inner/innermost])