diff options
author | Mike McGreevy <mamcgree@hdfgroup.org> | 2009-10-14 21:43:05 (GMT) |
---|---|---|
committer | Mike McGreevy <mamcgree@hdfgroup.org> | 2009-10-14 21:43:05 (GMT) |
commit | dc6898fde2cd22db1d409bbd2cc32d0be190a8f8 (patch) | |
tree | 7e76b7b8971d98c8575c2f5504e7242893d015d8 /src/libhdf5.settings.in | |
parent | 4463d9b84c08cabe2033edd44d407eeab780fb82 (diff) | |
download | hdf5-dc6898fde2cd22db1d409bbd2cc32d0be190a8f8.zip hdf5-dc6898fde2cd22db1d409bbd2cc32d0be190a8f8.tar.gz hdf5-dc6898fde2cd22db1d409bbd2cc32d0be190a8f8.tar.bz2 |
[svn-r17643] Purpose:
Configure / Config File Fixes
Description:
1. Made AM_CPPFLAGS assignments in configure a bit safer. (i.e., check to
ensure include paths exist before adding them to AM_CPPFLAGS).
2. Change AIX config file to add -D_LARGE_FILES into AM_CXXFLAGS instead
of H5_CXXFLAGS (same with *_CFLAGS). This will propagate it into
h5c++, where it is needed to compile correctly.
3. Added missing line containing AM_CFLAGS to configure output summary.
Tested:
h5committest, and uP (AIX machine, via Albert).
Diffstat (limited to 'src/libhdf5.settings.in')
-rw-r--r-- | src/libhdf5.settings.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libhdf5.settings.in b/src/libhdf5.settings.in index e194c0a..a3032e5 100644 --- a/src/libhdf5.settings.in +++ b/src/libhdf5.settings.in @@ -19,6 +19,7 @@ Compiling Options: C Compiler: @CC_VERSION@ CFLAGS: @CFLAGS@ H5_CFLAGS: @H5_CFLAGS@ + AM_CFLAGS: @AM_CFLAGS@ CPPFLAGS: @CPPFLAGS@ H5_CPPFLAGS: @H5_CPPFLAGS@ AM_CPPFLAGS: @AM_CPPFLAGS@ |