Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2006-01-16 20:48:36 +0300
committerCorinna Vinschen <corinna@vinschen.de>2006-01-16 20:48:36 +0300
commit95dc88409d6c81638810d0b43662b80956e9cf4b (patch)
treebbfa730e43ba339b041c2aa125b49264b8b2b91b /winsup/configure.in
parent24ebb0c0d93e70e68922ac9c2bd7d265b7394924 (diff)
* configure.in: Add AC_PROG_INSTALL handling.
* configure: Regenerate. * Makefile.in (install): Install CYGWIN_LICENSE.
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