From 3f12e72167ee2b15817081a9b9cf6b866010d5bb Mon Sep 17 00:00:00 2001 From: Phil Carns Date: Mon, 16 Jan 2017 13:15:51 -0800 Subject: [PATCH] tweak autoconf help language --- darshan-runtime/configure | 2 +- darshan-runtime/configure.in | 4 ++-- darshan-runtime/darshan-runtime-config.h.in | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/darshan-runtime/configure b/darshan-runtime/configure index cad7d15..1cf8ba9 100755 --- a/darshan-runtime/configure +++ b/darshan-runtime/configure @@ -1322,7 +1322,7 @@ Optional Features: --disable-cuserid Disables attempted use of cuserid() at run time --enable-group-readable-logs Set log files to be group readable - --enable-HDF5_1.10 Compile for use with HDF5 1.10.x + --enable-HDF5_1.10 Enable explicit support for HDF5 1.10.x API --disable-bgq-mod Disables compilation and use of BG/Q module (for BG/Q systems) --disable-lustre-mod Disables compilation and use of the Lustre module --enable-mmap-logs Enables ability to mmap I/O data to log file diff --git a/darshan-runtime/configure.in b/darshan-runtime/configure.in index 232b718..de2f85e 100644 --- a/darshan-runtime/configure.in +++ b/darshan-runtime/configure.in @@ -47,9 +47,9 @@ fi] ,) AC_ARG_ENABLE(HDF5_1.10, -[ --enable-HDF5_1.10 Compile for use with HDF5 1.10.x], +[ --enable-HDF5_1.10 Enable explicit support for HDF5 1.10.x API], [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, Explicitly enable HDF5_1.10.x support, will break 1.8.x compatibility on 32bit platforms) fi] ,) diff --git a/darshan-runtime/darshan-runtime-config.h.in b/darshan-runtime/darshan-runtime-config.h.in index 1ce3dbe..632cf81 100644 --- a/darshan-runtime/darshan-runtime-config.h.in +++ b/darshan-runtime/darshan-runtime-config.h.in @@ -87,7 +87,7 @@ /* Define if cuserid() should be disabled */ #undef __DARSHAN_DISABLE_CUSERID -/* Set for compatibility with HDF5_1.10.x */ +/* Explicitly enable HDF5_1.10.x support */ #undef __DARSHAN_ENABLE_HDF5110 /* Define if Darshan should mmap data structures to log file */ -- 2.26.2