]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
do same for the other compiler
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 21 Apr 2005 15:06:15 +0000 (15:06 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 21 Apr 2005 15:06:15 +0000 (15:06 +0000)
git-svn-id: https://svn.dealii.org/trunk@10557 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/aclocal.m4

index fbe4e95b2e65c3ca2e212a4f7c26b1df561d9679..7e28ac96589ac101493959241985998bea202a00 100644 (file)
@@ -920,19 +920,19 @@ AC_DEFUN(DEAL_II_DETERMINE_CC_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)
             CC_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)
             CC_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)
             CC_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)
             CC_VERSION=intel_icc8
           else
-            AC_MSG_RESULT(C compiler is Intel ICC)
+            AC_MSG_RESULT(C compiler is icc)
             CC_VERSION=intel_icc
           fi fi fi fi
         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.