From 2450d355844757dcbaf80768250743ab10638ef9 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 13 Jun 2002 14:42:40 +0000 Subject: [PATCH] Regenerate. git-svn-id: https://svn.dealii.org/trunk@6104 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/configure | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/deal.II/configure b/deal.II/configure index 4eb299abcb..3bb2d788c8 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -2690,25 +2690,26 @@ echo "${ECHO_T}C++ compiler is Sun Forte compiler" >&6 GXX_VERSION=sun_forte else - is_kai_cc="`($CXX --version 2>&1) | grep 'KAI C++'`" - if test "x$is_kai_cc" != "x" ; then - echo "$as_me:$LINENO: result: C++ compiler is KAI C++" >&5 -echo "${ECHO_T}C++ compiler is KAI C++" >&6 - GXX_VERSION=kai_cc + is_pgcc="`($CXX -V 2>&1) | grep 'Portland Group'`" + if test "x$is_pgcc" != "x" ; then + echo "$as_me:$LINENO: result: C++ compiler is Portland Group C++" >&5 +echo "${ECHO_T}C++ compiler is Portland Group C++" >&6 + GXX_VERSION=portland_group else - is_pgcc="`($CXX -V 2>&1) | grep 'Portland Group'`" - if test "x$is_pgcc" != "x" ; then - echo "$as_me:$LINENO: result: C++ compiler is Portland Group C++" >&5 -echo "${ECHO_T}C++ compiler is Portland Group C++" >&6 - GXX_VERSION=portland_group + is_aCC="`($CXX -V 2>&1) | grep 'aCC'`" + if test "x$is_aCC" != "x" ; then + echo "$as_me:$LINENO: result: C++ compiler is HP aCC" >&5 +echo "${ECHO_T}C++ compiler is HP aCC" >&6 + GXX_VERSION=hp_aCC else - is_aCC="`($CXX -V 2>&1) | grep 'aCC'`" - if test "x$is_aCC" != "x" ; then - echo "$as_me:$LINENO: result: C++ compiler is HP aCC" >&5 -echo "${ECHO_T}C++ compiler is HP aCC" >&6 - GXX_VERSION=hp_aCC + is_kai_cc="`($CXX --version 2>&1) | grep 'KAI C++'`" + is_kai_cc="$is_kai_cc`($CXX -v 2>&1) | grep /KCC/`" + if test "x$is_kai_cc" != "x" ; then + echo "$as_me:$LINENO: result: C++ compiler is KAI C++" >&5 +echo "${ECHO_T}C++ compiler is KAI C++" >&6 + GXX_VERSION=kai_cc else { { echo "$as_me:$LINENO: error: Unrecognized compiler" >&5 -- 2.39.5