From 2d5f8835fd9851c65d8e33a9c4bbe5da64d5427e Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Mon, 7 Jul 2003 14:00:06 -0500 Subject: [svn-r7180] Purpose: Version update Description: Change from 1.4 compatibility to 1.6 compatibility. Platforms tested: FreeBSD 4.8 (sleipnir) h5committest --- configure | 22 +++++++++++----------- configure.in | 22 +++++++++++----------- 2 files changed, 22 insertions(+), 22 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 diff --git a/configure.in b/configure.in index 20b14c6..08c748a 100644 --- a/configure.in +++ b/configure.in @@ -1318,20 +1318,20 @@ if test "X$THREADSAFE" = "Xyes"; then fi dnl ---------------------------------------------------------------------- -dnl Check if they would like the HDF5 v1.4 compatibility functions +dnl Check if they would like the HDF5 v1.6 compatibility functions dnl compiled in dnl -AC_MSG_CHECKING([whether HDF5 v1.4 compatibility functions enabled]) -AC_ARG_ENABLE([hdf5v1_4], - [AC_HELP_STRING([--enable-hdf5v1_4], - [Compile the HDF5 v1.4 compatibility +AC_MSG_CHECKING([whether HDF5 v1.6 compatibility functions enabled]) +AC_ARG_ENABLE([hdf5v1_6], + [AC_HELP_STRING([--enable-hdf5v1_6], + [Compile the HDF5 v1.6 compatibility interface [default=no]])], - [HDF5_V1_4_COMPAT=$enableval]) + [HDF5_V1_6_COMPAT=$enableval]) -if test "$HDF5_V1_4_COMPAT" = "yes"; then +if test "$HDF5_V1_6_COMPAT" = "yes"; then AC_MSG_RESULT([yes]) - AC_DEFINE([WANT_H5_V1_4_COMPAT], [1], - [Define if the HDF5 v1.4 compatibility functions are to be compiled in]) + AC_DEFINE([WANT_H5_V1_6_COMPAT], [1], + [Define if the HDF5 v1.6 compatibility functions are to be compiled in]) else AC_MSG_RESULT([no]) fi @@ -2501,8 +2501,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 -- cgit v0.12