autoconf-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Autoconf source repository branch, master, updated. v2.69-104-


From: Eric Blake
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.69-104-gf5b1ea6
Date: Thu, 12 Sep 2013 15:29:14 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=f5b1ea679360db7a6714bbf3953f4fe1a3174844

The branch, master has been updated
       via  f5b1ea679360db7a6714bbf3953f4fe1a3174844 (commit)
      from  befa52738c41e126cb9a5a7d4523912ed68b4e3a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f5b1ea679360db7a6714bbf3953f4fe1a3174844
Author: Eric Blake <address@hidden>
Date:   Thu Sep 12 09:23:35 2013 -0600

    AC_PROG_CC: also try $CC -version, for cl6x compiler
    
    Anaïs Bouque reported that the cl6x compiler only understands -version:
    https://lists.gnu.org/archive/html/bug-autoconf/2013-07/msg00003.html
    
    * c.m4 (AC_PROG_CC): Add another version probe.
    * THANKS: Update.
    
    Signed-off-by: Eric Blake <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 THANKS            |    1 +
 lib/autoconf/c.m4 |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/THANKS b/THANKS
index f41f16c..7f440ae 100644
--- a/THANKS
+++ b/THANKS
@@ -29,6 +29,7 @@ Alfred G. de Wijn           address@hidden
 Alfred M. Szmidt            address@hidden
 Allan Caffee                address@hidden
 Allan Clark                 address@hidden
+Anaïs Bouque                address@hidden
 Anders Kaseorg              address@hidden
 Andreas Buening             address@hidden
 Andreas Jaeger              address@hidden
diff --git a/lib/autoconf/c.m4 b/lib/autoconf/c.m4
index 53fec83..25780f9 100644
--- a/lib/autoconf/c.m4
+++ b/lib/autoconf/c.m4
@@ -465,7 +465,7 @@ test -z "$CC" && AC_MSG_FAILURE([no acceptable C compiler 
found in \$PATH])
 _AS_ECHO_LOG([checking for _AC_LANG compiler version])
 set X $ac_compile
 ac_compiler=$[2]
-for ac_option in --version -v -V -qversion; do
+for ac_option in --version -v -V -qversion -version; do
   _AC_DO_LIMIT([$ac_compiler $ac_option >&AS_MESSAGE_LOG_FD])
 done
 


hooks/post-receive
-- 
GNU Autoconf source repository



reply via email to

[Prev in Thread] Current Thread [Next in Thread]