dnl is stored.
dnl
dnl
-dnl Copyright (C) 2000, 2001, 2002 by the deal.II authors
+dnl Copyright (C) 2000, 2001, 2002, 2003 by the deal.II authors
dnl
dnl $Id$
AC_MSG_RESULT(C++ compiler is gcc-3.3)
GXX_VERSION=gcc3.3
;;
+ *3.4*)
+ AC_MSG_RESULT(C++ compiler is gcc-3.4)
+ GXX_VERSION=gcc3.4
+ ;;
*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(F77 compiler is gcc-3.3)
F77_VERSION=gcc3.3
;;
+ *3.4*)
+ AC_MSG_RESULT(F77 compiler is gcc-3.4)
+ F77_VERSION=gcc3.4
+ ;;
*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
AC_DEFUN(DEAL_II_SET_F77_FLAGS, dnl
[
case "$F77_VERSION" in
- egcs-1.1 | gcc2.95 | gcc2.96 | gcc2.97 | gcc3.[[0123]])
+ egcs-1.1 | gcc2.95 | gcc2.96 | gcc2.97 | gcc3.[[01234]])
F77FLAGSG="$FFLAGS -ggdb -DDEBUG -pedantic -W -Wall"
F77FLAGSO="$FFLAGS -O2"
#! /bin/sh
-# From configure.in Revision: 1.128 .
+# From configure.in Revision: 1.130 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.57.
#
echo "${ECHO_T}C++ compiler is gcc-3.3" >&6
GXX_VERSION=gcc3.3
;;
+ *3.4*)
+ echo "$as_me:$LINENO: result: C++ compiler is gcc-3.4" >&5
+echo "${ECHO_T}C++ compiler is gcc-3.4" >&6
+ GXX_VERSION=gcc3.4
+ ;;
*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}F77 compiler is gcc-3.3" >&6
F77_VERSION=gcc3.3
;;
+ *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
+ ;;
*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
case "$F77_VERSION" in
- egcs-1.1 | gcc2.95 | gcc2.96 | gcc2.97 | gcc3.[0123])
+ egcs-1.1 | gcc2.95 | gcc2.96 | gcc2.97 | gcc3.[01234])
F77FLAGSG="$FFLAGS -ggdb -DDEBUG -pedantic -W -Wall"
F77FLAGSO="$FFLAGS -O2"