]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Regenerate.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 13 Jun 2002 14:42:40 +0000 (14:42 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 13 Jun 2002 14:42:40 +0000 (14:42 +0000)
git-svn-id: https://svn.dealii.org/trunk@6104 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/configure

index 4eb299abcbf752e7f621d786ea6a867b417a1475..3bb2d788c8c206374c846d5344b0f1ddf4c066a4 100755 (executable)
@@ -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

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


Typeset in Trocchi and Trocchi Bold Sans Serif.