summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2009-06-17 16:10:59 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2009-06-17 16:10:59 (GMT)
commit44de15ab36b3f3600611b02f173d3836d88ba9a1 (patch)
tree5583b7ed44e5a5585b7dad0c3fad044842bcfe8d /configure.in
parente390b0e3129c020988cee7027168b3f0ad1863d2 (diff)
downloadhdf5-44de15ab36b3f3600611b02f173d3836d88ba9a1.zip
hdf5-44de15ab36b3f3600611b02f173d3836d88ba9a1.tar.gz
hdf5-44de15ab36b3f3600611b02f173d3836d88ba9a1.tar.bz2
[svn-r17074] Merged changes from the trunk into the branch:
svn merge -r17016:17073 https://svn.hdfgroup.uiuc.edu/hdf5/trunk Tested: smirom
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 29f7eef..aeda63c 100644
--- a/configure.in
+++ b/configure.in
@@ -26,7 +26,7 @@ dnl
dnl NOTE: Don't forget to change the version number here when we do a
dnl release!!!
dnl
-AC_INIT([HDF5], [1.9.41], [help@hdfgroup.org])
+AC_INIT([HDF5], [1.9.42], [help@hdfgroup.org])
AC_CONFIG_SRCDIR([src/H5.c])
AM_CONFIG_HEADER([src/H5config.h])
@@ -1287,8 +1287,9 @@ esac
AC_TRY_COMPILE([#include <sys/types.h>],
[off64_t n = 0;],
- [AC_CHECK_FUNCS([lseek64 fseek64 ftruncate64 fseeko ftello])],
- [AC_MSG_RESULT([skipping test for lseek64(), fseek64(), ftruncate64(), fseeko(), and ftello()])])
+ [AC_CHECK_FUNCS([lseek64 fseek64 ftruncate64])],
+ [AC_MSG_RESULT([skipping test for lseek64(), fseek64(), ftruncate64()])])
+AC_CHECK_FUNCS(fseeko ftello)
AC_TRY_COMPILE([
#include <sys/types.h>
#include <sys/stat.h>],