From 7cda573b7eaafdf3511be73edcda75b65a50dbb4 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 1 Aug 2002 11:08:56 +0000 Subject: [PATCH] Quote angle brackets. git-svn-id: https://svn.dealii.org/trunk@6309 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/aclocal.m4 | 2 +- deal.II/configure | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index 21f190d90f..1b3c582a96 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -641,7 +641,7 @@ dnl ------------------------------------------------------------- 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.\[0123\]) F77FLAGSG="$FFLAGS -ggdb -DDEBUG -pedantic -W -Wall" F77FLAGSO="$FFLAGS -O2" diff --git a/deal.II/configure b/deal.II/configure index 9e90910d1f..e7b6b5b78c 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -5918,7 +5918,7 @@ echo "${ECHO_T}F77 compiler is unkown. no flags set!" >&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.[0123]) F77FLAGSG="$FFLAGS -ggdb -DDEBUG -pedantic -W -Wall" F77FLAGSO="$FFLAGS -O2" -- 2.39.5