]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Detect gcc4.1
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 21 Jun 2005 18:30:33 +0000 (18:30 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 21 Jun 2005 18:30:33 +0000 (18:30 +0000)
git-svn-id: https://svn.dealii.org/trunk@10908 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 439eadf38e1b8925cf092d5c6ce57fb474ca1635..cd1d54cf405da052caade8c278317e04e5974c26 100644 (file)
@@ -122,6 +122,14 @@ AC_DEFUN(DEAL_II_DETERMINE_CXX_BRAND, dnl
          *)                GXX_VERSION_DETAILED=gcc4.0.x ;;
         esac
        ;;
+      *version\ 4.1*)
+       GXX_VERSION=gcc4.1
+        case "$GXX_VERSION_STRING" in
+         *version\ 4.1.0*) GXX_VERSION_DETAILED=gcc4.1.0 ;;
+         *version\ 4.1.1*) GXX_VERSION_DETAILED=gcc4.1.1 ;;
+         *)                GXX_VERSION_DETAILED=gcc4.1.x ;;
+        esac
+       ;;
       *2.4* | *2.5* | *2.6* | *2.7* | *2.8*)
        dnl These compilers are too old to support a useful subset
        dnl of modern C++, so we don't support them
index b0931bbc6b9a0b99254ce07c9bf7811e01e16bca..54918f94c6400742d5d9185623f8b047c3311108 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.203 .
+# From configure.in Revision: 1.204 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.59.
 #
@@ -2925,6 +2925,14 @@ echo "${ECHO_T}C++ compiler is gcc-2.97" >&6
          *)                GXX_VERSION_DETAILED=gcc4.0.x ;;
         esac
        ;;
+      *version\ 4.1*)
+       GXX_VERSION=gcc4.1
+        case "$GXX_VERSION_STRING" in
+         *version\ 4.1.0*) GXX_VERSION_DETAILED=gcc4.1.0 ;;
+         *version\ 4.1.1*) GXX_VERSION_DETAILED=gcc4.1.1 ;;
+         *)                GXX_VERSION_DETAILED=gcc4.1.x ;;
+        esac
+       ;;
       *2.4* | *2.5* | *2.6* | *2.7* | *2.8*)
                        echo "$as_me:$LINENO: result: C++ compiler is $GXX_VERSION_STRING" >&5
 echo "${ECHO_T}C++ compiler is $GXX_VERSION_STRING" >&6

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.