diff options
author | Mike McGreevy <mamcgree@hdfgroup.org> | 2009-08-13 20:19:17 (GMT) |
---|---|---|
committer | Mike McGreevy <mamcgree@hdfgroup.org> | 2009-08-13 20:19:17 (GMT) |
commit | ec7ca0dea2fba8071ce57e4f61d685c3e4d0d111 (patch) | |
tree | 2f96aaa850827d189ebbe3a7af9f81475af85050 /configure | |
parent | 7bcb57d5786db186cb683c2e1ef198dce68b41fa (diff) | |
download | hdf5-ec7ca0dea2fba8071ce57e4f61d685c3e4d0d111.zip hdf5-ec7ca0dea2fba8071ce57e4f61d685c3e4d0d111.tar.gz hdf5-ec7ca0dea2fba8071ce57e4f61d685c3e4d0d111.tar.bz2 |
[svn-r17357] Purpose:
Header Installation Fix
Description:
Updated the bin/install-sh script with the copy from the new Automake 1.11
distribution. This addresses the problem with Solaris only copying the
first header file on the one-line command to the install directory.
Tested:
Linew, Jam, Liberty, Smirom:
- build, test, install, installcheck.
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 17343 2009-08-12 13:27:39Z lrknox . +# From configure.in Id: configure.in 17345 2009-08-12 18:55:25Z mamcgree . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.64 for HDF5 1.9.45. # |