diff options
author | Christopher Faylor <me@cgf.cx> | 2003-07-26 00:28:59 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-07-26 00:28:59 +0000 |
commit | 5ed664d4a6007fd76f50c3cf72918a80a138f6b9 (patch) | |
tree | 2b410011b4eb13b4bd3bc5447ae830cffb7d3159 /winsup/utils/configure | |
parent | 9ddd929f68d19e1d2a78b0579a2266ae88d868ac (diff) | |
download | cygnal-5ed664d4a6007fd76f50c3cf72918a80a138f6b9.tar.gz cygnal-5ed664d4a6007fd76f50c3cf72918a80a138f6b9.tar.bz2 cygnal-5ed664d4a6007fd76f50c3cf72918a80a138f6b9.zip |
preliminary checkin
Diffstat (limited to 'winsup/utils/configure')
-rwxr-xr-x | winsup/utils/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/utils/configure b/winsup/utils/configure index aeeb49192..85502a9be 100755 --- a/winsup/utils/configure +++ b/winsup/utils/configure @@ -951,7 +951,7 @@ if test "x$cross_compiling" = "xyes"; then fi fi -INSTALL="/bin/sh "`cd $srcdir/../..; echo $(pwd)/install-sh` +INSTALL="/bin/sh "`cd $srcdir/../..; echo $(pwd)/install-sh -c` # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or |