From: wolf Date: Mon, 5 Jun 2000 14:11:42 +0000 (+0000) Subject: List configury revamp. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77c34b2ce37c4169cd7e37bcbcac4905a218bdf8;p=dealii-svn.git List configury revamp. git-svn-id: https://svn.dealii.org/trunk@2991 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/2000/c-3-0.html b/deal.II/doc/news/2000/c-3-0.html index fd49b265d5..afb35d0ab4 100644 --- a/deal.II/doc/news/2000/c-3-0.html +++ b/deal.II/doc/news/2000/c-3-0.html @@ -14,8 +14,19 @@
  1. - Improved: Dependence on the files forward_declarations.h has been widely + Improved: the configure script is + now used to select the compiler options. Previously, selection + of compiler options was done both in + configure as well as in the global + options Makefile + common/Make.global_options. +
    + (WB 2000/06/02) +

    + +
  2. + Improved: Dependence on the files + forward_declarations.h has been widely removed to improve compilation time
    (GK 2000/05/24)