From: Wolfgang Bangerth Date: Wed, 14 Jun 2000 12:30:49 +0000 (+0000) Subject: More doc. X-Git-Tag: v8.0.0~20395 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cd0c22cfded13cf49da55ac11f6e99cb1bcff9e;p=dealii.git More doc. git-svn-id: https://svn.dealii.org/trunk@3017 0785d39b-7218-0410-832d-ea1e28bc413d --- 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])