diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2002-02-13 19:57:10 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2002-02-13 19:57:10 (GMT) |
commit | 807207079a9bcf72d3d82d9ca0676f67d721507a (patch) | |
tree | f8111dd9f79f09679fa538eb80acccb2883453e0 /pablo | |
parent | c1d20571eb68a6512dfcc39152d1c28756c3f972 (diff) | |
download | hdf5-807207079a9bcf72d3d82d9ca0676f67d721507a.zip hdf5-807207079a9bcf72d3d82d9ca0676f67d721507a.tar.gz hdf5-807207079a9bcf72d3d82d9ca0676f67d721507a.tar.bz2 |
[svn-r4953] Purpose:
Bug Fix
Description:
When printing out the summary information after the configuration,
the Compilation Mode and Debugging information would be incorrect.
The library is set to compile to "Production" mode for a release.
Yet, the default compilation mode before that was "Development". If
the user doesn't specify "--enable-production" on the command line,
the configure defaults to "Production" mode, but the summary still
reported "Development" mode.
Solution:
Modified script so that after we've determined which compilation mode
we're in, we reset the "enable_production" variable to the correct
setting. So, we no longer have a "default". The summary part then
reads the new value and uses that to determine which mode we're in.
The debugging summary information was reworked so that it would
output the correct summary information. Slight hacking of the summary
script to check the values a bit more closely...
Platforms tested:
Linux (eirene)
Diffstat (limited to 'pablo')
0 files changed, 0 insertions, 0 deletions