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/cygwin/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/cygwin/configure.in')
-rw-r--r-- | winsup/cygwin/configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/cygwin/configure.in b/winsup/cygwin/configure.in index c192221ab..6ffce51f2 100644 --- a/winsup/cygwin/configure.in +++ b/winsup/cygwin/configure.in @@ -13,6 +13,8 @@ AC_PREREQ(2.12)dnl AC_INIT(init.cc) AC_CONFIG_HEADER(config.h) +INSTALL=`cd $srcdir/../..; echo $(pwd)/install-sh` + AC_PROG_INSTALL dnl FIXME: We temporarily define our own version of AC_PROG_CC. This is |