diff options
author | Christopher Faylor <me@cgf.cx> | 2003-07-26 01:53:18 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-07-26 01:53:18 +0000 |
commit | ddb67621550071ee1472cb114704af155d46365b (patch) | |
tree | 521dcaeb7ebb4d7002eb2ea3c8133ea9b90f4518 /winsup/cygserver/configure | |
parent | 4b2bb1425e09dac941ddfe9023004b10eb83cead (diff) | |
download | cygnal-ddb67621550071ee1472cb114704af155d46365b.tar.gz cygnal-ddb67621550071ee1472cb114704af155d46365b.tar.bz2 cygnal-ddb67621550071ee1472cb114704af155d46365b.zip |
* configure.in: Use 'install-sh -c'.
* configure: Regenerate.
Diffstat (limited to 'winsup/cygserver/configure')
-rwxr-xr-x | winsup/cygserver/configure | 2 |
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 |