]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Run autoheader and autoconf.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 3 Apr 2002 12:45:35 +0000 (12:45 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 3 Apr 2002 12:45:35 +0000 (12:45 +0000)
git-svn-id: https://svn.dealii.org/trunk@5635 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/aclocal.m4
deal.II/base/include/base/config.h.in

index 596a898df108316e7f96650d1a554dcf1fa9f12d..5aa3ce8f6f7e031ad2224f5b87f3dc907a6c04a5 100644 (file)
@@ -906,13 +906,13 @@ AC_DEFUN(DEAL_II_CHECK_GETRUSAGE, dnl
     [
        AC_MSG_RESULT(no)
        AC_DEFINE(NO_HAVE_GETRUSAGE, 1, 
-                  [On SunOS 4.x, the `getrusage' function exists, but 
+                  [On SunOS 4.x, the getrusage() function exists, but 
                   is not declared in the respective header file
-                  `resource.h', as one would think when reading the
+                  <resource.h>, as one would think when reading the
                   man pages. Then we have to declare this function
                   ourselves in those files that use this function.
                   The question whether we have to do so is controlled
-                  by the preprocessor variable.)
+                  by the preprocessor variable.])
     ])
 ]
 )      
index 8b4ed2dd3355291a232ce2467d12a40ce356bddd..9754cdd919389c8034cd23942696db24e1aeb687 100644 (file)
    classes (early gcc versions did not) */
 #undef HAVE_STD_STRINGSTREAM
 
+/* On SunOS 4.x, the getrusage() function exists, but is not declared in the
+   respective header file <resource.h>, as one would think when reading the
+   man pages. Then we have to declare this function ourselves in those files
+   that use this function. The question whether we have to do so is controlled
+   by the preprocessor variable. */
+#undef NO_HAVE_GETRUSAGE
+
 /* Define if we have to work around a bug in IBM's xlC compiler. See the
    aclocal.m4 file in the top-level directory for a description of this bug.
    */

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.