diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2010-03-18 02:44:26 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2010-03-18 02:44:26 (GMT) |
commit | 0a7809a659fd320e57c3efe96fce901d4cababfe (patch) | |
tree | c49aa00c13ead8e8e5e87b704524fe9a7735618d /configure | |
parent | 0ac03c78900404696ff2427556bc815adf56744c (diff) | |
download | hdf5-0a7809a659fd320e57c3efe96fce901d4cababfe.zip hdf5-0a7809a659fd320e57c3efe96fce901d4cababfe.tar.gz hdf5-0a7809a659fd320e57c3efe96fce901d4cababfe.tar.bz2 |
[svn-r18415] Description:
Move the libhdf5.settings information out of src/H5Tinit.c and into a
separate header file (src/H5lib_settings.h), which is generated at build time
(not configure time) with the src/H5make_libsettings generator program.
Tested on:
Linux/32 2.6 (jam)
Mac OS X/32 10.6.2 (amazon)
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Id: configure.in 18406 2010-03-14 15:04:16Z hdftest . +# From configure.in Id: configure.in 18413 2010-03-17 21:38:20Z koziol . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.64 for HDF5 1.9.63. # |