Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-07-26 05:53:18 +0400
committerChristopher Faylor <me@cgf.cx>2003-07-26 05:53:18 +0400
commitddb67621550071ee1472cb114704af155d46365b (patch)
tree521dcaeb7ebb4d7002eb2ea3c8133ea9b90f4518 /winsup/cygserver/configure
parent4b2bb1425e09dac941ddfe9023004b10eb83cead (diff)
* configure.in: Use 'install-sh -c'.
* configure: Regenerate.
Diffstat (limited to 'winsup/cygserver/configure')
-rwxr-xr-xwinsup/cygserver/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygserver/configure b/winsup/cygserver/configure
index 030222a23..6eb065e99 100755
--- a/winsup/cygserver/configure
+++ b/winsup/cygserver/configure
@@ -524,7 +524,7 @@ fi
-INSTALL=`cd $srcdir/../..; echo $(pwd)/install-sh`
+INSTALL=`cd $srcdir/../..; echo $(pwd)/install-sh -c`
ac_aux_dir=
for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do