]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): The
authorAkim Demaille <akim@epita.fr>
Sat, 29 Mar 2003 09:50:11 +0000 (09:50 +0000)
committerAkim Demaille <akim@epita.fr>
Sat, 29 Mar 2003 09:50:11 +0000 (09:50 +0000)
documentation to read is Autoconf's.
Suggested by Paul Eggert.

ChangeLog
lib/autoconf/headers.m4

index c5f95255b0ce2a9e8fdabf2e5607a9ff88a9f22d..47fb9ba1daaa62e17ac0c58a6bb733a5cdf0cf4f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,14 @@
+2003-03-29  Akim Demaille  <akim@epita.fr>
+
+       * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): The
+       documentation to read is Autoconf's.
+       Suggested by Paul Eggert.
+
 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.
+       * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Suggest
+       reading the section "Present But Cannot Be Compiled" when the
+       header causes problems.
 
 2003-03-28  Akim Demaille  <akim@epita.fr>
 
index 43ecd10f08572b7fae0be169d1870f445d4a18cc..3e4366f7101d49718522ffc4a1d49335763ec847 100644 (file)
@@ -129,8 +129,9 @@ case $ac_header_compiler:$ac_header_preproc in
     ;;
   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:     check for missing prerequisite headers?])
+    AC_MSG_WARN([$1: see the Autoconf documentation])
+    AC_MSG_WARN([$1:     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])
     (