]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Improve the
authorAkim Demaille <akim@epita.fr>
Mon, 12 May 2003 14:48:19 +0000 (14:48 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 12 May 2003 14:48:19 +0000 (14:48 +0000)
message.
From Matthias Andree.

ChangeLog
THANKS
lib/autoconf/lang.m4

index 982d658d0f731ce493f6f2e6743eb695c57924a3..83cbb8114f99014ef26cc04568e43aafaa894372 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-05-12  Akim Demaille  <akim@epita.fr>
+
+       * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Improve the
+       message.
+       From Matthias Andree.
+
 2003-05-07  Alexandre Duret-Lutz  <adl@gnu.org>
 
        * lib/Autom4te/XFile.pm (lock, truncate): Do not pass @_ to flock
diff --git a/THANKS b/THANKS
index 3f99528498e34344c060fa25b46d14829e0d6a3a..75198578937691fdbda7506f3b29651f3f3aa7f0 100644 (file)
--- 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
index f2a687e97ad94c8cffa028645803515914ef68e5..71f57b3bc876943a18aa69f4ad1bb9d383e06b6d 100644 (file)
@@ -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