summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2001-04-05 14:21:23 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2001-04-05 14:21:23 (GMT)
commit576213d960a7627e3abc6d3bc6c3849721f3ca81 (patch)
treec48c4b6b752b73ec43a21e6acaaa4718ac32b344 /configure
parent627c7866a18e1a983264a97ec87c1d20a54fe230 (diff)
downloadhdf5-576213d960a7627e3abc6d3bc6c3849721f3ca81.zip
hdf5-576213d960a7627e3abc6d3bc6c3849721f3ca81.tar.gz
hdf5-576213d960a7627e3abc6d3bc6c3849721f3ca81.tar.bz2
[svn-r3777] Purpose:
Bug Fix Description: Forgot to propagate the '-c' flag if the install-sh script is being used. This caused some machines *cough*T3E*cough* to move instead of copy the files... Solution: Added -c flag back in with the install-sh script. Platforms tested: Gondolin
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 4697704..8fc2b83 100755
--- a/configure
+++ b/configure
@@ -1689,7 +1689,7 @@ exec 5>>./config.log
case "$INSTALL" in
*install-sh*)
- INSTALL='\${top_srcdir}'/bin/install-sh
+ INSTALL='\${top_srcdir}/bin/install-sh -c'
;;
esac