]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Can't use brackets in case switches
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 3 Jul 2007 21:36:55 +0000 (21:36 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 3 Jul 2007 21:36:55 +0000 (21:36 +0000)
git-svn-id: https://svn.dealii.org/trunk@14844 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/aclocal.m4
deal.II/configure

index f96b360ea21509360d7527fa658eb48172bcb1c2..1f21074957cb5d753b18d804f92e60d2585b039d 100644 (file)
@@ -597,7 +597,7 @@ AC_DEFUN(DEAL_II_SET_CXX_FLAGS, dnl
          dnl
          dnl Exception handling is also standard in later versions, as is rtti
          case "$GXX_VERSION" in
-           intel_icc[56789])
+           intel_icc5 | intel_icc6 | intel_icc7 | intel_icc8 | intel_icc9)
              CXXFLAGSG="$CXXFLAGS -Kc++eh -Krtti -DDEBUG -inline_debug_info"
               CXXFLAGSO="$CXXFLAGS -Kc++eh -Krtti -O2 -unroll"
               CXXFLAGSPIC="-KPIC"
@@ -640,7 +640,7 @@ AC_DEFUN(DEAL_II_SET_CXX_FLAGS, dnl
          case "$GXX_VERSION" in
            intel_icc5)
               ;;
-           intel_icc[6789])
+           intel_icc6 | intel_icc7 | intel_icc8 | intel_icc9)
               CXXFLAGSO="$CXXFLAGSO -opt_report_levelmin"
               ;;
            *)
@@ -684,7 +684,7 @@ AC_DEFUN(DEAL_II_SET_CXX_FLAGS, dnl
                case "$GXX_VERSION" in
                  intel_icc5)
                     ;;
-                 intel_icc[6789])
+                 intel_icc6 | intel_icc7 | intel_icc8 | intel_icc9)
                     CXXFLAGSO="$CXXFLAGSO -tpp6"
                     ;;
                  *)
index 7a0e6c534a5e6f4fd873a80aae9074f78416f813..d1f66223f0ffef37e2d5d15a87a765da7d31a029 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 14622 .
+# From configure.in Revision: 14843 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.60 for deal.II 6.0.pre.
 #
@@ -4188,7 +4188,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
       intel_icc*)
                                          case "$GXX_VERSION" in
-           intel_icc56789)
+           intel_icc5 | intel_icc6 | intel_icc7 | intel_icc8 | intel_icc9)
              CXXFLAGSG="$CXXFLAGS -Kc++eh -Krtti -DDEBUG -inline_debug_info"
               CXXFLAGSO="$CXXFLAGS -Kc++eh -Krtti -O2 -unroll"
               CXXFLAGSPIC="-KPIC"
@@ -4210,7 +4210,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
                                  case "$GXX_VERSION" in
            intel_icc5)
               ;;
-           intel_icc6789)
+           intel_icc6 | intel_icc7 | intel_icc8 | intel_icc9)
               CXXFLAGSO="$CXXFLAGSO -opt_report_levelmin"
               ;;
            *)
@@ -4311,7 +4311,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
                case "$GXX_VERSION" in
                  intel_icc5)
                     ;;
-                 intel_icc6789)
+                 intel_icc6 | intel_icc7 | intel_icc8 | intel_icc9)
                     CXXFLAGSO="$CXXFLAGSO -tpp6"
                     ;;
                  *)

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.