* configure.in: Use 'install-sh -c'.
* configure: Regenerate.
This commit is contained 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
|
||||
|
||||
|
Reference in New Issue
Block a user