summaryrefslogtreecommitdiffstats
path: root/winsup/cygserver/configure.in
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-07-25 23:52:30 +0000
committerChristopher Faylor <me@cgf.cx>2003-07-25 23:52:30 +0000
commit7f4773b3ef66244885a52c947c5f30d02e6e5b0e (patch)
treed2fc0906fbda3d78dcc229f523f88c6cfd4ef538 /winsup/cygserver/configure.in
parent5d66faab67b811db89d85f5bc2f4982321ec8881 (diff)
downloadcygnal-7f4773b3ef66244885a52c947c5f30d02e6e5b0e.tar.gz
cygnal-7f4773b3ef66244885a52c947c5f30d02e6e5b0e.tar.bz2
cygnal-7f4773b3ef66244885a52c947c5f30d02e6e5b0e.zip
* configure.in: Always use install-sh.
* configure: Regenerate.
Diffstat (limited to 'winsup/cygserver/configure.in')
-rw-r--r--winsup/cygserver/configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/cygserver/configure.in b/winsup/cygserver/configure.in
index a27ee8f44..d495bf82f 100644
--- a/winsup/cygserver/configure.in
+++ b/winsup/cygserver/configure.in
@@ -12,6 +12,8 @@ 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`
+
AC_PROG_INSTALL
dnl FIXME: We temporarily define our own version of AC_PROG_CC. This is