From 0b828fa06d7b085c6cfd4a94d5058087cb767457 Mon Sep 17 00:00:00 2001 From: young Date: Fri, 5 Nov 2010 11:32:00 +0000 Subject: [PATCH] A very minor correction to configure --help git-svn-id: https://svn.dealii.org/trunk@22610 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/aclocal.m4 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index c2563c0c8b..117b7b891d 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -7049,13 +7049,13 @@ dnl dnl ------------------------------------------------------------ AC_DEFUN(DEAL_II_CONFIGURE_P4EST, dnl [ - AC_MSG_CHECKING(whether p4est shall be used) + AC_MSG_CHECKING(whether p4est will be used) AC_ARG_WITH(p4est, - [ --with-p4est=/path/to/p4est makes deal.II use p4est to distribute meshes - on a cluster computer], - use_p4est=$withval, - use_p4est=no) + [AS_HELP_STRING([--with-p4est=/path/to/p4est], + [Specify the path to the p4est installation; use this to distribute meshes on a cluster computer.])], + use_p4est=$withval, + use_p4est=no) if test "x$use_p4est" != "xno" ; then AC_MSG_RESULT(yes) -- 2.39.5