From: Akim Demaille Date: Sat, 29 Mar 2003 09:50:11 +0000 (+0000) Subject: * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): The X-Git-Tag: AUTOCONF-2.57a~72 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a2fe2ed94e2a94f58990ccc87b9bc94209f56940;p=thirdparty%2Fautoconf.git * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): The documentation to read is Autoconf's. Suggested by Paul Eggert. --- diff --git a/ChangeLog b/ChangeLog index c5f95255b..47fb9ba1d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,14 @@ +2003-03-29 Akim Demaille + + * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): The + documentation to read is Autoconf's. + Suggested by Paul Eggert. + 2003-03-28 Akim Demaille - * 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 diff --git a/lib/autoconf/headers.m4 b/lib/autoconf/headers.m4 index 43ecd10f0..3e4366f71 100644 --- a/lib/autoconf/headers.m4 +++ b/lib/autoconf/headers.m4 @@ -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]) (