From: Wolfgang Bangerth Date: Tue, 15 Dec 2009 04:58:26 +0000 (+0000) Subject: Regenerate. X-Git-Tag: v8.0.0~6726 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a01b688ab50c06aa9cf1aa5004054059c480035f;p=dealii.git Regenerate. git-svn-id: https://svn.dealii.org/trunk@20250 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/configure b/deal.II/configure index 63c900e04f..17c947ea4d 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 20173 . +# From configure.in Revision: 20235 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.63 for deal.II 6.3.pre. # @@ -3793,6 +3793,15 @@ $as_echo "C++ compiler is gcc-2.97" >&6; } *) GXX_VERSION_DETAILED=gcc4.5.x ;; esac ;; + *version\ 4.6*) + GXX_VERSION=gcc4.6 + case "$GXX_VERSION_STRING" in + *version\ 4.6.0*) GXX_VERSION_DETAILED=gcc4.6.0 ;; + *version\ 4.6.1*) GXX_VERSION_DETAILED=gcc4.6.1 ;; + *version\ 4.6.2*) GXX_VERSION_DETAILED=gcc4.6.2 ;; + *) GXX_VERSION_DETAILED=gcc4.6.x ;; + esac + ;; *2.4* | *2.5* | *2.6* | *2.7* | *2.8*) { $as_echo "$as_me:$LINENO: result: C++ compiler is $GXX_VERSION_STRING" >&5 $as_echo "C++ compiler is $GXX_VERSION_STRING" >&6; } @@ -5402,6 +5411,11 @@ $as_echo "C compiler is gcc-4.4" >&6; } $as_echo "C compiler is gcc-4.5" >&6; } CC_VERSION=gcc4.5 ;; + *version\ 4.6*) + { $as_echo "$as_me:$LINENO: result: C compiler is gcc-4.6" >&5 +$as_echo "C compiler is gcc-4.6" >&6; } + CC_VERSION=gcc4.6 + ;; *2.4* | *2.5* | *2.6* | *2.7* | *2.8*) { $as_echo "$as_me:$LINENO: result: C compiler is $CC_VERSION_STRING" >&5 $as_echo "C compiler is $CC_VERSION_STRING" >&6; } @@ -12386,6 +12400,11 @@ $as_echo "F77 compiler is gcc-4.4" >&6; } $as_echo "F77 compiler is gcc-4.5" >&6; } F77_VERSION=gcc4.5 ;; + *version\ 4.6*) + { $as_echo "$as_me:$LINENO: result: F77 compiler is gcc-4.6" >&5 +$as_echo "F77 compiler is gcc-4.6" >&6; } + F77_VERSION=gcc4.6 + ;; *) { $as_echo "$as_me:$LINENO: result: F77 compiler is unknown but accepted gcc version" >&5 $as_echo "F77 compiler is unknown but accepted gcc version" >&6; }