diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-07-07 19:00:06 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-07-07 19:00:06 (GMT) |
commit | 2d5f8835fd9851c65d8e33a9c4bbe5da64d5427e (patch) | |
tree | f50f7c8cf66e9d894b18d59aecbe692e366800d5 /configure.in | |
parent | 540431b983b03ad4d1c9dadd86938ebbfe6d3a87 (diff) | |
download | hdf5-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.in')
-rw-r--r-- | configure.in | 22 |
1 files changed, 11 insertions, 11 deletions
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 |