diff options
author | Christopher Faylor <me@cgf.cx> | 2003-07-26 00:10:48 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-07-26 00:10:48 +0000 |
commit | 9ddd929f68d19e1d2a78b0579a2266ae88d868ac (patch) | |
tree | 14144caef67a5cf12c0fa81bd5a1c954ddbfadd0 /winsup/utils/configure.in | |
parent | 7f4773b3ef66244885a52c947c5f30d02e6e5b0e (diff) | |
download | cygnal-9ddd929f68d19e1d2a78b0579a2266ae88d868ac.tar.gz cygnal-9ddd929f68d19e1d2a78b0579a2266ae88d868ac.tar.bz2 cygnal-9ddd929f68d19e1d2a78b0579a2266ae88d868ac.zip |
preliminary checkin
Diffstat (limited to 'winsup/utils/configure.in')
-rw-r--r-- | winsup/utils/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/utils/configure.in b/winsup/utils/configure.in index 486270c48..95421a86e 100644 --- a/winsup/utils/configure.in +++ b/winsup/utils/configure.in @@ -83,7 +83,7 @@ if test "x$cross_compiling" = "xyes"; then fi fi -INSTALL=`cd $srcdir/../..; echo $(pwd)/install-sh` +INSTALL="/bin/sh "`cd $srcdir/../..; echo $(pwd)/install-sh` AC_PROG_INSTALL |