summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2008-05-12 14:48:32 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2008-05-12 14:48:32 (GMT)
commit7e7e7c7aef2a800cda8fc44daa64fd388416a646 (patch)
tree6cd23986e1e5936d863ec40e0c2c2881184e7291 /configure
parentc48f37b3272655b1adae1bb0b0b00ade75f42071 (diff)
downloadhdf5-7e7e7c7aef2a800cda8fc44daa64fd388416a646.zip
hdf5-7e7e7c7aef2a800cda8fc44daa64fd388416a646.tar.gz
hdf5-7e7e7c7aef2a800cda8fc44daa64fd388416a646.tar.bz2
[svn-r14968] Purpose: Bug Fix (Bug 1144)
Description: Tests in perform directory were never getting run, and h5perf* programs were not being installed. Solution: Added another build option, 'make check-perform', which runs the tests in the perform directory. Also modified the Makefiles in the perform directory to install (with 'make install') h5perf when parallel is enabled, and h5perf and h5perf_serial when parallel is disabled Tested: kagiso, smirom, linew
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 2c60178..7ec9706 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Id: configure.in 14931 2008-05-05 01:44:48Z hdftest .
+# From configure.in Id: configure.in 14967 2008-05-12 02:06:42Z hdftest .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for HDF5 1.8.0-snap7.
#