]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
A very minor correction to configure --help
authoryoung <young@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 5 Nov 2010 11:32:00 +0000 (11:32 +0000)
committeryoung <young@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 5 Nov 2010 11:32:00 +0000 (11:32 +0000)
git-svn-id: https://svn.dealii.org/trunk@22610 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/aclocal.m4

index c2563c0c8b304f9f4714c57137034bd9aed99631..117b7b891d6bb5d7c5170f605e3b01e1d4d80596 100644 (file)
@@ -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)

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.