]> git.ipfire.org Git - thirdparty/autoconf.git/commit
AC_PROG_CC: also try $CC -version, for cl6x compiler
authorEric Blake <eblake@redhat.com>
Thu, 12 Sep 2013 15:23:35 +0000 (09:23 -0600)
committerEric Blake <eblake@redhat.com>
Thu, 12 Sep 2013 15:26:25 +0000 (09:26 -0600)
commitf5b1ea679360db7a6714bbf3953f4fe1a3174844
treee0d596e37d929621b6746428f06d5ed6f4a56331
parentbefa52738c41e126cb9a5a7d4523912ed68b4e3a
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 <eblake@redhat.com>
THANKS
lib/autoconf/c.m4