summaryrefslogtreecommitdiffstats
path: root/winsup/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/configure.in')
-rwxr-xr-xwinsup/configure.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/configure.in b/winsup/configure.in
index 18766ba8c..d252adaa6 100755
--- a/winsup/configure.in
+++ b/winsup/configure.in
@@ -12,6 +12,10 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.12)dnl
AC_INIT(Makefile.in)
+INSTALL=`cd $srcdir/..; echo $(pwd)/install-sh -c`
+
+AC_PROG_INSTALL
+
dnl FIXME: We temporarily define our own version of AC_PROG_CC. This is
dnl copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
dnl are probably using a cross compiler, which will not be able to fully