diff options
author | Mike McGreevy <mamcgree@hdfgroup.org> | 2008-05-16 17:42:16 (GMT) |
---|---|---|
committer | Mike McGreevy <mamcgree@hdfgroup.org> | 2008-05-16 17:42:16 (GMT) |
commit | c5fa17ae84cec63701a9b098f6f150b9f26fdb89 (patch) | |
tree | a307a60b61ebb697ace3ab04c058d58b95aae0ba /configure | |
parent | 968552fbc80f4d88a6ea54b0b9a20892f461e167 (diff) | |
download | hdf5-c5fa17ae84cec63701a9b098f6f150b9f26fdb89.zip hdf5-c5fa17ae84cec63701a9b098f6f150b9f26fdb89.tar.gz hdf5-c5fa17ae84cec63701a9b098f6f150b9f26fdb89.tar.bz2 |
[svn-r15019]
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 15011 2008-05-15 21:02:34Z mcgreevy . +# From configure.in Id: configure.in 15013 2008-05-15 21:25:52Z mcgreevy . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61 for HDF5 1.8.0-snap7. # |