diff options
author | Mike McGreevy <mamcgree@hdfgroup.org> | 2008-05-16 17:52:19 (GMT) |
---|---|---|
committer | Mike McGreevy <mamcgree@hdfgroup.org> | 2008-05-16 17:52:19 (GMT) |
commit | e894bb1ec6c898ff3cc88e615e6a26f45bbd759a (patch) | |
tree | a95c5335431e2eb3b800b512b840cff28f106ab0 /configure | |
parent | 9fd6621c925769ab119d2b1d8c2bfbb22ce2276e (diff) | |
download | hdf5-e894bb1ec6c898ff3cc88e615e6a26f45bbd759a.zip hdf5-e894bb1ec6c898ff3cc88e615e6a26f45bbd759a.tar.gz hdf5-e894bb1ec6c898ff3cc88e615e6a26f45bbd759a.tar.bz2 |
[svn-r15020] Purpose: Configure Fix
Description: The test program h52gifgentst was getting installed in the bin
directory during 'make install', and it shouldn't. Make now
builds the program for use in testing but doesn't install it
during 'make install'.
Tested: kagiso
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 15014 2008-05-15 21:35:13Z mcgreevy . +# From configure.in Id: configure.in 15017 2008-05-16 04:00:28Z acheng . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61 for HDF5 1.9.6. # |