From: bangerth Date: Wed, 3 Sep 2008 11:33:56 +0000 (+0000) Subject: Make sure gfortran 4.3.1 does not match g77 3.1. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d6840f6bc8429e3e5baf36b8b624a3abf6c2f88;p=dealii-svn.git Make sure gfortran 4.3.1 does not match g77 3.1. git-svn-id: https://svn.dealii.org/trunk@16723 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index 1880ef0ed7..ba009b9806 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -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 diff --git a/deal.II/configure b/deal.II/configure index 9168a7ffa5..d86428df02 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -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; }