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>
Alfred M. Szmidt ams@gnu.org
Allan Caffee allan.caffee@gmail.com
Allan Clark allanc@chickenandporn.com
+Anaïs Bouque anais.bouque@fr.thalesgroup.com
Anders Kaseorg andersk@MIT.EDU
Andreas Buening andreas.buening@nexgo.de
Andreas Jaeger aj@suse.de
_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