diff options
author | Christopher Faylor <me@cgf.cx> | 2003-07-25 23:52:30 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-07-25 23:52:30 +0000 |
commit | 7f4773b3ef66244885a52c947c5f30d02e6e5b0e (patch) | |
tree | d2fc0906fbda3d78dcc229f523f88c6cfd4ef538 /winsup/utils/configure.in | |
parent | 5d66faab67b811db89d85f5bc2f4982321ec8881 (diff) | |
download | cygnal-7f4773b3ef66244885a52c947c5f30d02e6e5b0e.tar.gz cygnal-7f4773b3ef66244885a52c947c5f30d02e6e5b0e.tar.bz2 cygnal-7f4773b3ef66244885a52c947c5f30d02e6e5b0e.zip |
* configure.in: Always use install-sh.
* configure: Regenerate.
Diffstat (limited to 'winsup/utils/configure.in')
-rw-r--r-- | winsup/utils/configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/utils/configure.in b/winsup/utils/configure.in index 4bacbdc4d..486270c48 100644 --- a/winsup/utils/configure.in +++ b/winsup/utils/configure.in @@ -83,6 +83,8 @@ if test "x$cross_compiling" = "xyes"; then fi fi +INSTALL=`cd $srcdir/../..; echo $(pwd)/install-sh` + AC_PROG_INSTALL AM_EXEEXT |