[SCM] GNU Autoconf source repository branch, master, updated. v2.69-104-gf5b1ea6
"Eric Blake" <[email protected]> Thu, 12 Sep 2013 15:29:14 +0000
| Newsgroups | gmane.comp.sysutils.autoconf.cvs |
|---|---|
| Message-ID | <[email protected]> |
--===============3494838792975008190==
Content-Type: text/plain
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 <[email protected]>
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 <[email protected]>
-----------------------------------------------------------------------
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 [email protected]
Alfred M. Szmidt [email protected]
Allan Caffee [email protected]
Allan Clark [email protected]
+Anaïs Bouque [email protected]
Anders Kaseorg [email protected]
Andreas Buening [email protected]
Andreas Jaeger [email protected]
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
--===============3494838792975008190==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Autoconf-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/autoconf-commit
--===============3494838792975008190==--