From: Wolfgang Bangerth Date: Wed, 14 Jan 2004 14:12:29 +0000 (+0000) Subject: Accept tree-ssa g77. X-Git-Tag: v8.0.0~15914 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39d4a203b3f01a47a33ee8852b62e7c2a72f9aae;p=dealii.git Accept tree-ssa g77. git-svn-id: https://svn.dealii.org/trunk@8317 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index 7b64cd1c54..5f9c5676c7 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -9,7 +9,7 @@ dnl In doc/Makefile some information on the kind of documentation dnl is stored. dnl dnl -dnl Copyright (C) 2000, 2001, 2002, 2003 by the deal.II authors +dnl Copyright (C) 2000, 2001, 2002, 2003, 2004 by the deal.II authors dnl dnl $Id$ @@ -794,7 +794,7 @@ dnl ------------------------------------------------------------- AC_DEFUN(DEAL_II_SET_F77_FLAGS, dnl [ case "$F77_VERSION" in - egcs-1.1 | gcc2.95 | gcc2.96 | gcc2.97 | gcc3.[[01234]]) + egcs-1.1 | gcc2.95 | gcc2.96 | gcc2.97 | gcc3.[[012345]]) F77FLAGSG="$FFLAGS -ggdb -DDEBUG -pedantic -W -Wall" F77FLAGSO="$FFLAGS -O2"