*) GXX_VERSION_DETAILED=gcc4.3.x ;;
esac
;;
+ *version\ 4.4*)
+ GXX_VERSION=gcc4.4
+ case "$GXX_VERSION_STRING" in
+ *version\ 4.4.0*) GXX_VERSION_DETAILED=gcc4.4.0 ;;
+ *version\ 4.4.1*) GXX_VERSION_DETAILED=gcc4.4.1 ;;
+ *version\ 4.4.2*) GXX_VERSION_DETAILED=gcc4.4.2 ;;
+ *) GXX_VERSION_DETAILED=gcc4.4.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
AC_MSG_RESULT(C compiler is gcc-4.3)
CC_VERSION=gcc4.3
;;
+ *version\ 4.4*)
+ AC_MSG_RESULT(C compiler is gcc-4.4)
+ CC_VERSION=gcc4.4
+ ;;
*2.4* | *2.5* | *2.6* | *2.7* | *2.8*)
AC_MSG_RESULT(C compiler is $CC_VERSION_STRING)
AC_MSG_ERROR(C compiler is not supported)
case "$target" in
*-apple-darwin* )
- AC_MSG_CHECKING(for weak linkage bug (Apple gcc.3.3) )
+ AC_MSG_CHECKING(for weak linkage bug (Apple gcc3.3) )
dnl Create 1st testfile
echo "template <int> void SYMBOL() {}" > conftest.cc
#! /bin/sh
-# From configure.in Revision: 15640 .
+# From configure.in Revision: 15849 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for deal.II 6.1.pre.
#
*) GXX_VERSION_DETAILED=gcc4.3.x ;;
esac
;;
+ *version\ 4.4*)
+ GXX_VERSION=gcc4.4
+ case "$GXX_VERSION_STRING" in
+ *version\ 4.4.0*) GXX_VERSION_DETAILED=gcc4.4.0 ;;
+ *version\ 4.4.1*) GXX_VERSION_DETAILED=gcc4.4.1 ;;
+ *version\ 4.4.2*) GXX_VERSION_DETAILED=gcc4.4.2 ;;
+ *) GXX_VERSION_DETAILED=gcc4.4.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; }
echo "${ECHO_T}C compiler is gcc-4.3" >&6; }
CC_VERSION=gcc4.3
;;
+ *version\ 4.4*)
+ { echo "$as_me:$LINENO: result: C compiler is gcc-4.4" >&5
+echo "${ECHO_T}C compiler is gcc-4.4" >&6; }
+ CC_VERSION=gcc4.4
+ ;;
*2.4* | *2.5* | *2.6* | *2.7* | *2.8*)
{ echo "$as_me:$LINENO: result: C compiler is $CC_VERSION_STRING" >&5
echo "${ECHO_T}C compiler is $CC_VERSION_STRING" >&6; }
case "$target" in
*-apple-darwin* )
- { echo "$as_me:$LINENO: checking for weak linkage bug (Apple gcc.3.3) " >&5
-echo $ECHO_N "checking for weak linkage bug (Apple gcc.3.3) ... $ECHO_C" >&6; }
+ { echo "$as_me:$LINENO: checking for weak linkage bug (Apple gcc3.3) " >&5
+echo $ECHO_N "checking for weak linkage bug (Apple gcc3.3) ... $ECHO_C" >&6; }
echo "template <int> void SYMBOL() {}" > conftest.cc
echo "int g() { SYMBOL<1> (); }" >> conftest.cc