From 8f1926d16d5c74de32f92eb42ab897c86b4acd14 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 15 Jun 2000 11:42:01 +0000 Subject: [PATCH] Fix common/scripts/make_dependencies.pl. git-svn-id: https://svn.dealii.org/trunk@3023 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2000/c-3-0.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/deal.II/doc/news/2000/c-3-0.html b/deal.II/doc/news/2000/c-3-0.html index c7fa203184..8345c29488 100644 --- a/deal.II/doc/news/2000/c-3-0.html +++ b/deal.II/doc/news/2000/c-3-0.html @@ -12,6 +12,16 @@

Changes after Version 3.0

General

    +
  1. + Fixed: the + common/scripts/make_dependencies.pl + script that sets up the dependencies for the make files had a + problem when the path to the library included special characters + such as `+'. This is now fixed. +
    + (WB 2000/06/15) +

    +
  2. New: the configure script now checks whether the getrusage function is properly -- 2.39.5