]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Don't detect gcc3.3.1 as version 3.1.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 7 Jul 2003 15:53:24 +0000 (15:53 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 7 Jul 2003 15:53:24 +0000 (15:53 +0000)
git-svn-id: https://svn.dealii.org/trunk@7850 0785d39b-7218-0410-832d-ea1e28bc413d

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

index d61f403304791ca6dc06bef9ed5639484a3f36f5..1b2e025345f1bc7363143b5e85a49047f5cf3707 100644 (file)
@@ -56,27 +56,27 @@ AC_DEFUN(DEAL_II_DETERMINE_CXX_BRAND, dnl
        AC_MSG_RESULT(C++ compiler is gcc-2.97)
        GXX_VERSION=gcc2.97
        ;;
-      *3.0*)
+      *version\ 3.0*)
        AC_MSG_RESULT(C++ compiler is gcc-3.0)
        GXX_VERSION=gcc3.0
        ;;
-      *3.1*)
+      *version\ 3.1*)
        AC_MSG_RESULT(C++ compiler is gcc-3.1)
        GXX_VERSION=gcc3.1
        ;;
-      *3.2*)
+      *version\ 3.2*)
        AC_MSG_RESULT(C++ compiler is gcc-3.2)
        GXX_VERSION=gcc3.2
        ;;
-      *3.3*)
+      *version\ 3.3*)
        AC_MSG_RESULT(C++ compiler is gcc-3.3)
        GXX_VERSION=gcc3.3
        ;;
-      *3.4*)
+      *version\ 3.4*)
        AC_MSG_RESULT(C++ compiler is gcc-3.4)
        GXX_VERSION=gcc3.4
        ;;
-      *3.5*)
+      *version\ 3.5*)
        AC_MSG_RESULT(C++ compiler is gcc-3.5)
        GXX_VERSION=gcc3.5
        ;;
index d066bb61e137e073c37cfe3b756323ebf78de1b9..8f8094ee9358f64c88553116223d55a32d626b9d 100755 (executable)
@@ -2702,32 +2702,32 @@ echo "${ECHO_T}C++ compiler is gcc-2.96" >&6
 echo "${ECHO_T}C++ compiler is gcc-2.97" >&6
        GXX_VERSION=gcc2.97
        ;;
-      *3.0*)
+      *version\ 3.0*)
        echo "$as_me:$LINENO: result: C++ compiler is gcc-3.0" >&5
 echo "${ECHO_T}C++ compiler is gcc-3.0" >&6
        GXX_VERSION=gcc3.0
        ;;
-      *3.1*)
+      *version\ 3.1*)
        echo "$as_me:$LINENO: result: C++ compiler is gcc-3.1" >&5
 echo "${ECHO_T}C++ compiler is gcc-3.1" >&6
        GXX_VERSION=gcc3.1
        ;;
-      *3.2*)
+      *version\ 3.2*)
        echo "$as_me:$LINENO: result: C++ compiler is gcc-3.2" >&5
 echo "${ECHO_T}C++ compiler is gcc-3.2" >&6
        GXX_VERSION=gcc3.2
        ;;
-      *3.3*)
+      *version\ 3.3*)
        echo "$as_me:$LINENO: result: C++ compiler is gcc-3.3" >&5
 echo "${ECHO_T}C++ compiler is gcc-3.3" >&6
        GXX_VERSION=gcc3.3
        ;;
-      *3.4*)
+      *version\ 3.4*)
        echo "$as_me:$LINENO: result: C++ compiler is gcc-3.4" >&5
 echo "${ECHO_T}C++ compiler is gcc-3.4" >&6
        GXX_VERSION=gcc3.4
        ;;
-      *3.5*)
+      *version\ 3.5*)
        echo "$as_me:$LINENO: result: C++ compiler is gcc-3.5" >&5
 echo "${ECHO_T}C++ compiler is gcc-3.5" >&6
        GXX_VERSION=gcc3.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.