summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2009-10-01 19:51:57 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2009-10-01 19:51:57 (GMT)
commit1abb6b133b54af0cdfa277b4f12304d3e88331bf (patch)
treeb9d31d2a4cf59e1ff6b25affb094e308eb864b26 /release_docs
parent9a1a404e5abab4dbff5a96de5983e93e2a419ec6 (diff)
downloadhdf5-1abb6b133b54af0cdfa277b4f12304d3e88331bf.zip
hdf5-1abb6b133b54af0cdfa277b4f12304d3e88331bf.tar.gz
hdf5-1abb6b133b54af0cdfa277b4f12304d3e88331bf.tar.bz2
[svn-r17571] Purpose:
Makefile Bug Fix Description: Added $(EXEEXT) extension to H5detect when it's executed to generate H5Tinit.c so it works correctly on platforms that require the full extension when running executables. Tested: h5committest, mingw, and user-verified (via submitted patch).
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 6878261a5..39b7641 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -313,6 +313,10 @@ Bug Fixes since HDF5-1.8.0 release
Configuration
-------------
+ - Added $(EXEEXT) extension to H5detect when it's executed in the
+ src/Makfile to generate H5Tinit.c so it works correctly on platforms
+ that require the full extension when running executables.
+ MAM - 2009/10/01 - BZ #1613
- Configure will now set FC and CXX to "no" when fortran and c++
are not being compiled, respectively, so configure will not run
some of the compiler tests for these languages when they are not