diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2010-01-12 23:58:30 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2010-01-12 23:58:30 (GMT) |
commit | 22da4232a4693e3f0a4ee2f37053f85a28e885fd (patch) | |
tree | a11316a3484f0736e0700ff9d81f0fc9477a1d4b /configure | |
parent | 4e8e0a55a5b618f343c0959622bf19a79f457a27 (diff) | |
download | hdf5-22da4232a4693e3f0a4ee2f37053f85a28e885fd.zip hdf5-22da4232a4693e3f0a4ee2f37053f85a28e885fd.tar.gz hdf5-22da4232a4693e3f0a4ee2f37053f85a28e885fd.tar.bz2 |
[svn-r18107] bug 1673:
The mixed use of RUNTEST (original) and RUNTESTS (new) caused
confusion. E.g., the timings in test/ was still using the old
$RUNTEST. It made more sense to use $RUNTEST which is used
by the dejagnu feature of automake. So, I changed all
$RUNTEST or $RUNTESTS to $RUNEXEC.
config/commence.am & config/conclude.am are the two files
that got changes. Also fixed an error in test/Makefile.am.
The rest are changed by bin/reconfigure.
Tested: h5committested.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Id: configure.in 18059 2010-01-03 13:39:26Z hdftest . +# From configure.in Id: configure.in 18100 2010-01-10 13:33:23Z hdftest . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.64 for HDF5 1.9.58. # |