]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Recognize gcc 3.5.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 16 Jun 2003 16:15:26 +0000 (16:15 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 16 Jun 2003 16:15:26 +0000 (16:15 +0000)
git-svn-id: https://svn.dealii.org/trunk@7800 0785d39b-7218-0410-832d-ea1e28bc413d

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

index eacb087866f98715aebeba9c529ee89e7b1348bb..015906135260cafd34a0826c08a4160488010d41 100644 (file)
@@ -64,6 +64,10 @@ AC_DEFUN(DEAL_II_DETERMINE_CXX_BRAND, dnl
        AC_MSG_RESULT(C++ compiler is gcc-3.4)
        GXX_VERSION=gcc3.4
        ;;
+      *3.5*)
+       AC_MSG_RESULT(C++ compiler is gcc-3.5)
+       GXX_VERSION=gcc3.5
+       ;;
       *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
@@ -678,6 +682,10 @@ AC_DEFUN(DEAL_II_DETERMINE_F77_BRAND, dnl
          AC_MSG_RESULT(F77 compiler is gcc-3.4)
          F77_VERSION=gcc3.4
          ;;
+        *3.5*)
+         AC_MSG_RESULT(F77 compiler is gcc-3.5)
+         F77_VERSION=gcc3.5
+         ;;
         *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. gcc2.7.2 is 
index c22ac51cc1975277c715b110ce390a328c6c64f2..3216e5f13ecc52f57154732f0862cb2ec8fe53c5 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision.
+# From configure.in Revision: 1.153 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.57.
 #
@@ -2720,6 +2720,11 @@ echo "${ECHO_T}C++ compiler is gcc-3.3" >&6
 echo "${ECHO_T}C++ compiler is gcc-3.4" >&6
        GXX_VERSION=gcc3.4
        ;;
+      *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
+       ;;
       *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
@@ -6574,6 +6579,11 @@ echo "${ECHO_T}F77 compiler is gcc-3.3" >&6
 echo "${ECHO_T}F77 compiler is gcc-3.4" >&6
          F77_VERSION=gcc3.4
          ;;
+        *3.5*)
+         echo "$as_me:$LINENO: result: F77 compiler is gcc-3.5" >&5
+echo "${ECHO_T}F77 compiler is gcc-3.5" >&6
+         F77_VERSION=gcc3.5
+         ;;
         *2.4* | *2.5* | *2.6* | *2.7* | *2.8*)
                                                  echo "$as_me:$LINENO: result: F77 compiler is $G77_VERSION_STRING" >&5
 echo "${ECHO_T}F77 compiler is $G77_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.