diff options
author | Steven Knight <knight@baldmt.com> | 2005-10-04 12:57:28 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2005-10-04 12:57:28 (GMT) |
commit | 94210da347b187979caa2c5c5b4542455eee8c24 (patch) | |
tree | 86b819e1cd06e4ae43806d305dd2c97dc0e69146 /src/CHANGES.txt | |
parent | 357bb311e8ebe13ae5ec43e6fb2cb91aa16b8a15 (diff) | |
download | SCons-94210da347b187979caa2c5c5b4542455eee8c24.zip SCons-94210da347b187979caa2c5c5b4542455eee8c24.tar.gz SCons-94210da347b187979caa2c5c5b4542455eee8c24.tar.bz2 |
Add $CONFIGURELOG and $CONFIGUREDIR values to support specification of the configuration log file and directory for configuration tests.
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r-- | src/CHANGES.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index fd264e0..516fe98 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -617,6 +617,11 @@ RELEASE 0.97 - XXX - Add a PathAccept validator to the list of new canned PathOption validators. + From Christoph Schulz: + + - Add support for $CONFIGUREDIR and $CONFIGURELOG variables to control + the directory and logs for configuration tests. + From Craig Scott: - Have the Fortran module emitter look for Fortan modules to be created |