diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-03-04 22:01:37 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-03-04 22:01:37 (GMT) |
commit | da1bfda6458cd8482eb73606d7085b66dd88b58c (patch) | |
tree | 48670647442a8480e5e7105b02691e4979f3752d /acsite.m4 | |
parent | 86d1ef2096db43691f4227657bac9d923064aef7 (diff) | |
download | hdf5-da1bfda6458cd8482eb73606d7085b66dd88b58c.zip hdf5-da1bfda6458cd8482eb73606d7085b66dd88b58c.tar.gz hdf5-da1bfda6458cd8482eb73606d7085b66dd88b58c.tar.bz2 |
[svn-r26363] Partial revert of r26347.
Since off_t is exposed by the C API, the large file definitions MUST
be exposed so that client code matches the library.
These definitions have been switched back to AM_CPPFLAGS, which is
exported to h5cc, etc. The POSIX and GNU definitions changes from
r26347 have been left as using H5_CPPFLAGS, which is not sent to
h5cc as we don't want to inflict our needs on external users.
Fixes: HDFFV-9152
Tested on: h5committest
Diffstat (limited to 'acsite.m4')
-rw-r--r-- | acsite.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ done]) case $$3 in #( no | unknown) ;; *) AC_DEFINE_UNQUOTED([$1], [$$3], [$4]) - H5_CPPFLAGS="-D$1=$$3 $H5_CPPFLAGS";; + AM_CPPFLAGS="-D$1=$$3 $AM_CPPFLAGS";; esac rm -rf conftest*[]dnl ])# _AC_SYS_LARGEFILE_MACRO_VALUE |