[Darshan-commits] [Git][darshan/darshan][issue-217-hdf5-abi-switch] correct version numbers in config help text
Shane Snyder
xgitlab at cels.anl.gov
Fri Jan 27 15:21:04 CST 2017
Shane Snyder pushed to branch issue-217-hdf5-abi-switch at darshan / darshan
Commits:
72750511 by Shane Snyder at 2017-01-27T15:20:33-06:00
correct version numbers in config help text
- - - - -
1 changed file:
- darshan-runtime/configure.in
Changes:
=====================================
darshan-runtime/configure.in
=====================================
--- a/darshan-runtime/configure.in
+++ b/darshan-runtime/configure.in
@@ -263,7 +263,7 @@ AC_ARG_ENABLE(HDF5-post-1.10,
[ --enable-HDF5-post-1.10
Enable HDF5 module for HDF5 version 1.10 or later],
[if test "x$enableval" = "xyes" ; then
- AC_DEFINE(__DARSHAN_ENABLE_HDF5110, 1, Set for compatibility with HDF5 1.10.x, breaks use with 1.8.x)
+ AC_DEFINE(__DARSHAN_ENABLE_HDF5110, 1, Set for compatibility with HDF5 1.10.x, breaks use with versions earlier than 1.10)
if test "x$BUILD_HDF5_MODULE" = "x1"; then
AC_MSG_ERROR([Cannot set both --enable-HDF5-post-1.10 and --enable-HDF5-pre-1.10])
fi
@@ -273,7 +273,7 @@ fi]
,)
AC_ARG_ENABLE(HDF5-pre-1.10,
[ --enable-HDF5-pre-1.10
- Enable HDF5 module for HDF5 version 1.8 or earlier],
+ Enable HDF5 module for HDF5 versions earlier than 1.10],
[if test "x$enableval" = "xyes" ; then
if test "x$BUILD_HDF5_MODULE" = "x1"; then
AC_MSG_ERROR([Cannot set both --enable-HDF5-post-1.10 and --enable-HDF5-pre-1.10])
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/72750511f589e39cf259d2d3618dfb71a92d3a80
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/darshan-commits/attachments/20170127/5f1ad7fb/attachment.html>
More information about the Darshan-commits
mailing list