From 521bcf51b5956d6a54664f0a7d0076770003ddf2 Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 14 Jun 2000 12:30:49 +0000 Subject: [PATCH] More doc. git-svn-id: https://svn.dealii.org/trunk@3017 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/aclocal.m4 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index 278763568e..c917c651e2 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -84,6 +84,12 @@ dnl On SunOS 4.x, the `getrusage' function exists, but is not declared dnl in the respective header file `resource.h', as one would think when dnl reading the man pages. Then we have to declare this function dnl ourselves... +dnl +dnl If the function is not properly declared, then we augment the +dnl CXXFLAGS[OG] by `-DNO_HAVE_GETRUSAGE' +dnl +dnl Usage: DEAL_II_CHECK_GETRUSAGE +dnl AC_DEFUN(DEAL_II_CHECK_GETRUSAGE, dnl AC_MSG_CHECKING(whether getrusage is properly declared) AC_REQUIRE([AC_LANG_CPLUSPLUS]) -- 2.39.5