summaryrefslogtreecommitdiffstats
path: root/configure
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
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')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index a75d147..5365521 100755
--- a/configure
+++ b/configure
@@ -2115,7 +2115,7 @@ else
fi
done
-for ac_func in gettimeofday BSDgettimeofday difftime
+for ac_func in gettimeofday BSDgettimeofday difftime sigaction
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
echo "configure:2122: checking for $ac_func" >&5