From: wolf Date: Tue, 21 Jun 2005 18:35:13 +0000 (+0000) Subject: Properly escape square brackets. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbf3983d9c16b649a01a8e5076cd5b85b9ed1306;p=dealii-svn.git Properly escape square brackets. git-svn-id: https://svn.dealii.org/trunk@10910 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index fdac80f1e0..9c1b6b48a6 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -1280,7 +1280,7 @@ dnl ------------------------------------------------------------- AC_DEFUN(DEAL_II_SET_F77_FLAGS, dnl [ case "$F77_VERSION" in - egcs-1.1 | gcc2.95 | gcc2.96 | gcc2.97 | gcc[34].*) + egcs-1.1 | gcc2.95 | gcc2.96 | gcc2.97 | gcc[[34]].*) F77FLAGSG="$FFLAGS -ggdb -DDEBUG -pedantic -W -Wall" F77FLAGSO="$FFLAGS -O2" diff --git a/deal.II/configure b/deal.II/configure index 889b2a5281..3759f962a5 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -8630,7 +8630,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 | gcc34.*) + egcs-1.1 | gcc2.95 | gcc2.96 | gcc2.97 | gcc[34].*) F77FLAGSG="$FFLAGS -ggdb -DDEBUG -pedantic -W -Wall" F77FLAGSO="$FFLAGS -O2"