From e84abe67d4da5e9fc9e55939dc2cd582a2efa0d9 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Mon, 12 May 2003 14:48:19 +0000 Subject: [PATCH] * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Improve the message. From Matthias Andree. --- ChangeLog | 6 ++++++ THANKS | 1 + lib/autoconf/lang.m4 | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 982d658d0..83cbb8114 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-05-12 Akim Demaille + + * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Improve the + message. + From Matthias Andree. + 2003-05-07 Alexandre Duret-Lutz * lib/Autom4te/XFile.pm (lock, truncate): Do not pass @_ to flock diff --git a/THANKS b/THANKS index 3f9952849..751985789 100644 --- a/THANKS +++ b/THANKS @@ -125,6 +125,7 @@ Martin Frydl martin@systinet.com Martin Wilck martin@tropos.de Martyn Johnson Martyn.Johnson@cl.cam.ac.uk Matthew D. Langston langston@SLAC.Stanford.EDU +Matthias Andree matthias.andree@gmx.de Michael Elizabeth Chastain chastain@cygnus.com Michael Schoene mrs@mlc.de Michael Matz matz@kde.org diff --git a/lib/autoconf/lang.m4 b/lib/autoconf/lang.m4 index f2a687e97..71f57b3bc 100644 --- a/lib/autoconf/lang.m4 +++ b/lib/autoconf/lang.m4 @@ -442,7 +442,7 @@ m4_define([_AC_COMPILER_EXEEXT_DEFAULT], [# Try to create an executable without -o first, disregard a.out. # It will help us diagnose broken compilers, and finding out an intuition # of exeext. -AC_MSG_CHECKING([for _AC_LANG compiler default output]) +AC_MSG_CHECKING([for _AC_LANG compiler default output file name]) ac_link_default=`echo "$ac_link" | sed ['s/ -o *conftest[^ ]*//']` AS_IF([AC_TRY_EVAL(ac_link_default)], [# Find the output, starting from the most likely. This scheme is -- 2.47.3