]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
make intel compiler identification digestible (remove whitespace)
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 21 Apr 2005 15:02:06 +0000 (15:02 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 21 Apr 2005 15:02:06 +0000 (15:02 +0000)
git-svn-id: https://svn.dealii.org/trunk@10556 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/aclocal.m4

index 74b012c6bd460288baa7d18b5a125477b8bb04f0..fbe4e95b2e65c3ca2e212a4f7c26b1df561d9679 100644 (file)
@@ -202,19 +202,19 @@ AC_DEFUN(DEAL_II_DETERMINE_CXX_BRAND, dnl
          version7="`echo $is_intel_icc | grep 'Version 7'`"
          version8="`echo $is_intel_icc | grep 'Version 8'`"
           if test "x$version5" != "x" ; then
-            AC_MSG_RESULT(C++ compiler is Intel ICC 5)
+            AC_MSG_RESULT(C++ compiler is icc-5)
             GXX_VERSION=intel_icc5
           else if test "x$version6" != "x" ; then
-            AC_MSG_RESULT(C++ compiler is Intel ICC 6)
+            AC_MSG_RESULT(C++ compiler is icc-6)
             GXX_VERSION=intel_icc6
           else if test "x$version7" != "x" ; then
-            AC_MSG_RESULT(C++ compiler is Intel ICC 7)
+            AC_MSG_RESULT(C++ compiler is icc-7)
             GXX_VERSION=intel_icc7
           else if test "x$version8" != "x" ; then
-            AC_MSG_RESULT(C++ compiler is Intel ICC 8)
+            AC_MSG_RESULT(C++ compiler is icc-8)
             GXX_VERSION=intel_icc8
           else
-            AC_MSG_RESULT(C++ compiler is Intel ICC)
+            AC_MSG_RESULT(C++ compiler is icc)
             GXX_VERSION=intel_icc
           fi fi fi fi
           GXX_VERSION_DETAILED=$GXX_VERSION
@@ -223,7 +223,7 @@ AC_DEFUN(DEAL_II_DETERMINE_CXX_BRAND, dnl
           dnl Or DEC's cxx compiler?
           is_dec_cxx="`($CXX -V 2>&1) | grep 'Compaq C++'`"
           if test "x$is_dec_cxx" != "x" ; then
-            AC_MSG_RESULT(C++ compiler is Compaq cxx)
+            AC_MSG_RESULT(C++ compiler is Compaq-cxx)
             GXX_VERSION=compaq_cxx
             GXX_VERSION_DETAILED=$GXX_VERSION
           else

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.