summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1998-09-08 13:38:29 (GMT)
committerRobb Matzke <matzke@llnl.gov>1998-09-08 13:38:29 (GMT)
commitfbacf0337a5186fae215855fb2b83a37e0666195 (patch)
tree714d1696e2975c5ab77a434bcf80c36217020c06 /configure.in
parentfb838d175ca20b9a105e9e0f9b0ff6bc11aee041 (diff)
downloadhdf5-fbacf0337a5186fae215855fb2b83a37e0666195.zip
hdf5-fbacf0337a5186fae215855fb2b83a37e0666195.tar.gz
hdf5-fbacf0337a5186fae215855fb2b83a37e0666195.tar.bz2
[svn-r671] Changes since 19980904
---------------------- ./MANIFEST ./bin/release ./bin/snapshot The format of the MANIFEST file has been relaxed -- comments and blank lines should no longer confuse the tools that use it. As before, this file should contain a list of *all* files that are part of HDF5, which means all files which are managed by CVS/SVF. However, files can be marked so they're not part of a release by adding _DO_NOT_DISTRIBUTE_ after the file name. I've removed all the *.obj files from the distribution by adding _DO_NOT_DISTRIBUTE_ after their names. I also removed the old white-papers that might not apply to the current version of the library and documentation about chunking performance since it's wrong now that chunk caching is implemented. Everyone please check the files you're responsible for to make sure that they should really be part of a release. To get a list of all files use grep '^\.' MANIFEST | cut -f1 To get a list of files for distribution use: grep '^\.' MANIFEST | grep -v _DO_NOT_DISTRIBUTE_ (These commands assume tabs in the MANIFEST file. If the file might contain spaces then run it through `unexpand' or `tr' first). ./configure.in ./configure ./test/ragged.c Check for sigaction(). ./test/Makefile.in The `clean' target removes the timing tests.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index c7486b7..a6b562e 100644
--- a/configure.in
+++ b/configure.in
@@ -213,7 +213,7 @@ dnl ----------------------------------------------------------------------
dnl Check for functions.
dnl
AC_CHECK_FUNCS(getpwuid gethostname system getrusage fork waitpid)
-AC_CHECK_FUNCS(gettimeofday BSDgettimeofday difftime)
+AC_CHECK_FUNCS(gettimeofday BSDgettimeofday difftime sigaction)
AC_TRY_COMPILE([#include<sys/types.h>],
[off64_t n = 0;],