dnl variables, moon position, and other reasons unknown to me, the
dnl compiler displays different names in the first line of output, so
dnl check various possibilities
- is_ibm_xlc="`($CXX 2>&1) | egrep 'VisualAge C++|C Set ++|C for AIX Compiler'`"
+ is_ibm_xlc="`($CXX -qversion 2>&1) | grep IBM`"
if test "x$is_ibm_xlc" != "x" ; then
dnl Ah, this is IBM's C++ compiler. Unfortunately, we don't presently
dnl know how to check the version number, so assume that is sufficiently
#! /bin/sh
-# From configure.in Revision: 15116 .
+# From configure.in Revision: 15146 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.60 for deal.II 6.1.pre.
#
else
- is_ibm_xlc="`($CXX 2>&1) | egrep 'VisualAge C++|C Set ++|C for AIX Compiler'`"
+ is_ibm_xlc="`($CXX -qversion 2>&1) | grep IBM`"
if test "x$is_ibm_xlc" != "x" ; then
{ echo "$as_me:$LINENO: result: C++ compiler is IBM xlC" >&5
echo "${ECHO_T}C++ compiler is IBM xlC" >&6; }
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams