From: Akim Demaille Date: Fri, 13 Sep 2002 07:18:15 +0000 (+0000) Subject: * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Suggest X-Git-Tag: AUTOCONF-2.54~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fee981ce59587f00cb0dbe7ed24d0704e5d9f6dc;p=thirdparty%2Fautoconf.git * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Suggest reading config.log when the compiler is rejected. Suggested by Guido Draheim. --- diff --git a/ChangeLog b/ChangeLog index c159ec002..504a0c432 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-09-13 Akim Demaille + + * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Suggest + reading config.log when the compiler is rejected. + Suggested by Guido Draheim. + 2002-09-13 Akim Demaille * bin/autoreconf.in: Don't use Cwd::chdir, since in its internals diff --git a/lib/autoconf/lang.m4 b/lib/autoconf/lang.m4 index 84fb4888c..f62e32364 100644 --- a/lib/autoconf/lang.m4 +++ b/lib/autoconf/lang.m4 @@ -463,7 +463,8 @@ for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.*; do done], [echo "$as_me: failed program was:" >&AS_MESSAGE_LOG_FD cat conftest.$ac_ext >&AS_MESSAGE_LOG_FD -AC_MSG_ERROR([_AC_LANG compiler cannot create executables], 77)]) +AC_MSG_ERROR([_AC_LANG compiler cannot create executables +check `config.log' for details.], 77)]) ac_exeext=$ac_cv_exeext AC_MSG_RESULT([$ac_file]) ])# _AC_COMPILER_EXEEXT_DEFAULT diff --git a/man/autoreconf.1 b/man/autoreconf.1 index ca54c9ad8..ec396051c 100644 --- a/man/autoreconf.1 +++ b/man/autoreconf.1 @@ -1,4 +1,4 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.28. +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.29. .TH AUTORECONF "1" "September 2002" "autoreconf 2.53d" "User Commands" .SH NAME autoreconf \- Update generated configuration files