]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make sure gfortran 4.3.1 does not match g77 3.1.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 3 Sep 2008 11:33:56 +0000 (11:33 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 3 Sep 2008 11:33:56 +0000 (11:33 +0000)
git-svn-id: https://svn.dealii.org/trunk@16723 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 1880ef0ed7b03db32089adc68440f8e09ae0851b..ba009b98064232e70c5ab5d000a68d52cb5ed11b 100644 (file)
@@ -1417,67 +1417,58 @@ AC_DEFUN(DEAL_II_DETERMINE_F77_BRAND, dnl
           AC_MSG_RESULT(F77 compiler is egcs-1.1)
           F77_VERSION=egcs1.1
           ;;
-        *2.95*)
+        *version\ 2.95*)
           AC_MSG_RESULT(F77 compiler is gcc-2.95)
          F77_VERSION=gcc2.95
          ;;
-        *2.96*)
+        *version\ 2.96*)
          AC_MSG_RESULT(F77 compiler is gcc-2.96)
          F77_VERSION=gcc2.96
          ;;
-        *2.97*)
+        *version\ 2.97*)
          AC_MSG_RESULT(F77 compiler is gcc-2.97)
          F77_VERSION=gcc2.97
          ;;
-        *3.0*)
+        *version\ 3.0*)
          AC_MSG_RESULT(F77 compiler is gcc-3.0)
          F77_VERSION=gcc3.0
          ;;
-        *3.1*)
+        *version\ 3.1*)
          AC_MSG_RESULT(F77 compiler is gcc-3.1)
          F77_VERSION=gcc3.1
          ;;
-        *3.2*)
+        *version\ 3.2*)
          AC_MSG_RESULT(F77 compiler is gcc-3.2)
          F77_VERSION=gcc3.2
          ;;
-        *3.3*)
+        *version\ 3.3*)
          AC_MSG_RESULT(F77 compiler is gcc-3.3)
          F77_VERSION=gcc3.3
          ;;
-        *3.4*)
+        *version\ 3.4*)
          AC_MSG_RESULT(F77 compiler is gcc-3.4)
          F77_VERSION=gcc3.4
          ;;
-        *3.5*)
+        *version\ 3.5*)
          AC_MSG_RESULT(F77 compiler is gcc-3.5)
          F77_VERSION=gcc3.5
          ;;
-        *4.0*)
+        *version\ 4.0*)
          AC_MSG_RESULT(F77 compiler is gcc-4.0)
          F77_VERSION=gcc4.0
          ;;
-        *4.1*)
+        *version\ 4.1*)
          AC_MSG_RESULT(F77 compiler is gcc-4.1)
          F77_VERSION=gcc4.1
          ;;
-        *4.2*)
+        *version\ 4.2*)
          AC_MSG_RESULT(F77 compiler is gcc-4.2)
          F77_VERSION=gcc4.2
          ;;
-        *4.3*)
+        *version\ 4.3*)
          AC_MSG_RESULT(F77 compiler is gcc-4.3)
          F77_VERSION=gcc4.3
          ;;
-        *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 
-         dnl probably the only one that around on reasonably modern
-         dnl systems these times, but maybe someone tries to run
-         dnl deal.II on really old systems?
-         AC_MSG_RESULT(F77 compiler is $G77_VERSION_STRING)
-         AC_MSG_ERROR(F77 compiler is not supported)
-         ;;
         *)
          AC_MSG_RESULT(F77 compiler is unknown but accepted gcc version)
          F77_VERSION=gcc-other
index 9168a7ffa5649d0d5ed5b7b3db92e5bb2913d134..d86428df0228682d9e9d53fd42b8369c83bd8555 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 16661 .
+# From configure.in Revision: 16704 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.61 for deal.II 6.2.pre.
 #
@@ -10948,78 +10948,71 @@ if test "x$F77" != "x" ; then
 echo "${ECHO_T}F77 compiler is egcs-1.1" >&6; }
           F77_VERSION=egcs1.1
           ;;
-        *2.95*)
+        *version\ 2.95*)
           { echo "$as_me:$LINENO: result: F77 compiler is gcc-2.95" >&5
 echo "${ECHO_T}F77 compiler is gcc-2.95" >&6; }
          F77_VERSION=gcc2.95
          ;;
-        *2.96*)
+        *version\ 2.96*)
          { echo "$as_me:$LINENO: result: F77 compiler is gcc-2.96" >&5
 echo "${ECHO_T}F77 compiler is gcc-2.96" >&6; }
          F77_VERSION=gcc2.96
          ;;
-        *2.97*)
+        *version\ 2.97*)
          { echo "$as_me:$LINENO: result: F77 compiler is gcc-2.97" >&5
 echo "${ECHO_T}F77 compiler is gcc-2.97" >&6; }
          F77_VERSION=gcc2.97
          ;;
-        *3.0*)
+        *version\ 3.0*)
          { echo "$as_me:$LINENO: result: F77 compiler is gcc-3.0" >&5
 echo "${ECHO_T}F77 compiler is gcc-3.0" >&6; }
          F77_VERSION=gcc3.0
          ;;
-        *3.1*)
+        *version\ 3.1*)
          { echo "$as_me:$LINENO: result: F77 compiler is gcc-3.1" >&5
 echo "${ECHO_T}F77 compiler is gcc-3.1" >&6; }
          F77_VERSION=gcc3.1
          ;;
-        *3.2*)
+        *version\ 3.2*)
          { echo "$as_me:$LINENO: result: F77 compiler is gcc-3.2" >&5
 echo "${ECHO_T}F77 compiler is gcc-3.2" >&6; }
          F77_VERSION=gcc3.2
          ;;
-        *3.3*)
+        *version\ 3.3*)
          { echo "$as_me:$LINENO: result: F77 compiler is gcc-3.3" >&5
 echo "${ECHO_T}F77 compiler is gcc-3.3" >&6; }
          F77_VERSION=gcc3.3
          ;;
-        *3.4*)
+        *version\ 3.4*)
          { echo "$as_me:$LINENO: result: F77 compiler is gcc-3.4" >&5
 echo "${ECHO_T}F77 compiler is gcc-3.4" >&6; }
          F77_VERSION=gcc3.4
          ;;
-        *3.5*)
+        *version\ 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
          ;;
-        *4.0*)
+        *version\ 4.0*)
          { echo "$as_me:$LINENO: result: F77 compiler is gcc-4.0" >&5
 echo "${ECHO_T}F77 compiler is gcc-4.0" >&6; }
          F77_VERSION=gcc4.0
          ;;
-        *4.1*)
+        *version\ 4.1*)
          { echo "$as_me:$LINENO: result: F77 compiler is gcc-4.1" >&5
 echo "${ECHO_T}F77 compiler is gcc-4.1" >&6; }
          F77_VERSION=gcc4.1
          ;;
-        *4.2*)
+        *version\ 4.2*)
          { echo "$as_me:$LINENO: result: F77 compiler is gcc-4.2" >&5
 echo "${ECHO_T}F77 compiler is gcc-4.2" >&6; }
          F77_VERSION=gcc4.2
          ;;
-        *4.3*)
+        *version\ 4.3*)
          { echo "$as_me:$LINENO: result: F77 compiler is gcc-4.3" >&5
 echo "${ECHO_T}F77 compiler is gcc-4.3" >&6; }
          F77_VERSION=gcc4.3
          ;;
-        *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; }
-         { { echo "$as_me:$LINENO: error: F77 compiler is not supported" >&5
-echo "$as_me: error: F77 compiler is not supported" >&2;}
-   { (exit 1); exit 1; }; }
-         ;;
         *)
          { echo "$as_me:$LINENO: result: F77 compiler is unknown but accepted gcc version" >&5
 echo "${ECHO_T}F77 compiler is unknown but accepted gcc version" >&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.