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
parent4b2bb1425e09dac941ddfe9023004b10eb83cead (diff)
* configure.in: Use 'install-sh -c'.
* configure: Regenerate.
Diffstat (limited to 'winsup/cygserver')
-rw-r--r--winsup/cygserver/ChangeLog5
-rwxr-xr-xwinsup/cygserver/configure2
-rw-r--r--winsup/cygserver/configure.in2
3 files changed, 7 insertions, 2 deletions
diff --git a/winsup/cygserver/ChangeLog b/winsup/cygserver/ChangeLog
index 642108a9e..eca6119ab 100644
--- a/winsup/cygserver/ChangeLog
+++ b/winsup/cygserver/ChangeLog
@@ -1,5 +1,10 @@
2003-07-25 Christopher Faylor <cgf@redhat.com>
+ * configure.in: Use 'install-sh -c'.
+ * configure: Regenerate.
+
+2003-07-25 Christopher Faylor <cgf@redhat.com>
+
* configure.in: Always use install-sh.
* configure: Regenerate.
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
diff --git a/winsup/cygserver/configure.in b/winsup/cygserver/configure.in
index d495bf82f..16cbd84bd 100644
--- a/winsup/cygserver/configure.in
+++ b/winsup/cygserver/configure.in
@@ -12,7 +12,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.12)dnl
AC_INIT(cygserver.cc)
-INSTALL=`cd $srcdir/../..; echo $(pwd)/install-sh`
+INSTALL=`cd $srcdir/../..; echo $(pwd)/install-sh -c`
AC_PROG_INSTALL