From 576213d960a7627e3abc6d3bc6c3849721f3ca81 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Thu, 5 Apr 2001 09:21:23 -0500 Subject: [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 --- configure | 2 +- configure.in | 6 +++--- 2 files changed, 4 insertions(+), 4 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 diff --git a/configure.in b/configure.in index 5f063ea..2c3e75b 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce configure. dnl -dnl Copyright (C) 1997 National Center for Supercomputing Applications. -dnl All rights reserved. +dnl Copyright (C) 1997-2001 National Center for Supercomputing Applications +dnl All rights reserved. dnl ---------------------------------------------------------------------- dnl Initialize configure. @@ -239,7 +239,7 @@ dnl Fix up the INSTALL macro if it's a relative path. We want the dnl full-path to the binary instead. case "$INSTALL" in *install-sh*) - INSTALL='\${top_srcdir}'/bin/install-sh + INSTALL='\${top_srcdir}/bin/install-sh -c' ;; esac -- cgit v0.12