summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-07-07 19:00:06 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-07-07 19:00:06 (GMT)
commit2d5f8835fd9851c65d8e33a9c4bbe5da64d5427e (patch)
treef50f7c8cf66e9d894b18d59aecbe692e366800d5 /configure
parent540431b983b03ad4d1c9dadd86938ebbfe6d3a87 (diff)
downloadhdf5-2d5f8835fd9851c65d8e33a9c4bbe5da64d5427e.zip
hdf5-2d5f8835fd9851c65d8e33a9c4bbe5da64d5427e.tar.gz
hdf5-2d5f8835fd9851c65d8e33a9c4bbe5da64d5427e.tar.bz2
[svn-r7180] Purpose:
Version update Description: Change from 1.4 compatibility to 1.6 compatibility. Platforms tested: FreeBSD 4.8 (sleipnir) h5committest
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure22
1 files changed, 11 insertions, 11 deletions
diff --git a/configure b/configure
index bf5f31c..7a16193 100755
--- a/configure
+++ b/configure
@@ -1008,7 +1008,7 @@ Optional Features:
--enable-linux-lfs Enable support for large (64-bit) files on Linux.
[default=check]
--enable-threadsafe Enable thread safe capability
- --enable-hdf5v1_4 Compile the HDF5 v1.4 compatibility interface
+ --enable-hdf5v1_6 Compile the HDF5 v1.6 compatibility interface
[default=no]
--enable-stream-vfd Build the Stream Virtual File Driver [default=no]
--enable-gpfs Enable GPFS hints for the MPI/POSIX file driver.
@@ -28231,20 +28231,20 @@ _ACEOF
fi
-echo "$as_me:$LINENO: checking whether HDF5 v1.4 compatibility functions enabled" >&5
-echo $ECHO_N "checking whether HDF5 v1.4 compatibility functions enabled... $ECHO_C" >&6
-# Check whether --enable-hdf5v1_4 or --disable-hdf5v1_4 was given.
-if test "${enable_hdf5v1_4+set}" = set; then
- enableval="$enable_hdf5v1_4"
- HDF5_V1_4_COMPAT=$enableval
+echo "$as_me:$LINENO: checking whether HDF5 v1.6 compatibility functions enabled" >&5
+echo $ECHO_N "checking whether HDF5 v1.6 compatibility functions enabled... $ECHO_C" >&6
+# Check whether --enable-hdf5v1_6 or --disable-hdf5v1_6 was given.
+if test "${enable_hdf5v1_6+set}" = set; then
+ enableval="$enable_hdf5v1_6"
+ HDF5_V1_6_COMPAT=$enableval
fi;
-if test "$HDF5_V1_4_COMPAT" = "yes"; then
+if test "$HDF5_V1_6_COMPAT" = "yes"; then
echo "$as_me:$LINENO: result: yes" >&5
echo "${ECHO_T}yes" >&6
cat >>confdefs.h <<\_ACEOF
-#define WANT_H5_V1_4_COMPAT 1
+#define WANT_H5_V1_6_COMPAT 1
_ACEOF
else
@@ -33207,8 +33207,8 @@ IF_YES_NO "$GASS"
PRINT_N " GPFS"
IF_YES_NO "$GPFS"
-PRINT_N " HDF5 v1.4 Compatibility"
-IF_YES_NO "$HDF5_V1_4_COMPAT"
+PRINT_N " HDF5 v1.6 Compatibility"
+IF_YES_NO "$HDF5_V1_6_COMPAT"
PRINT_N " hsize_t"
case "$HSIZET" in