From 5ed664d4a6007fd76f50c3cf72918a80a138f6b9 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 26 Jul 2003 00:28:59 +0000 Subject: preliminary checkin --- winsup/utils/configure | 2 +- winsup/utils/configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'winsup/utils') 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 diff --git a/winsup/utils/configure.in b/winsup/utils/configure.in index 95421a86e..83d639a02 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="/bin/sh "`cd $srcdir/../..; echo $(pwd)/install-sh` +INSTALL="/bin/sh "`cd $srcdir/../..; echo $(pwd)/install-sh -c` AC_PROG_INSTALL -- cgit v1.2.3