summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2005-08-09 16:53:43 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2005-08-09 16:53:43 (GMT)
commit70f1a12883e8568c093b54d7686131f7b76c5f18 (patch)
tree315dd0224a747c437873ded4e206dc800f56ff5e /configure.in
parent32929893cfa80ee31832fe1c24edcd54de301e3e (diff)
downloadhdf5-70f1a12883e8568c093b54d7686131f7b76c5f18.zip
hdf5-70f1a12883e8568c093b54d7686131f7b76c5f18.tar.gz
hdf5-70f1a12883e8568c093b54d7686131f7b76c5f18.tar.bz2
[svn-r11222] Purpose:
feature Description: Add the test for tmpfile. If it does not exist, compile in our own version (which always returns NULL for now.)
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index d0e63ce..0524c1f 100644
--- a/configure.in
+++ b/configure.in
@@ -1514,11 +1514,13 @@ AC_MSG_RESULT([no]))
dnl ----------------------------------------------------------------------
dnl Check for functions.
+dnl tmpfile needed by h5pdiff.
dnl
AC_CHECK_FUNCS(fork frexpf frexpl gethostname getpwuid getrusage)
AC_CHECK_FUNCS(BSDgettimeofday longjmp setsysinfo sigaction)
AC_CHECK_FUNCS(signal snprintf vasprintf strdup system waitpid)
AC_CHECK_FUNCS(random srandom)
+AC_CHECK_FUNCS(tmpfile)
dnl Check for vsnprintf() separately, so we can detect situations where it
dnl doesn't return the correct size for formatted strings that are too large