From 6880ecefaaa4f2f081809b52f5f35b26b17526b0 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 25 May 2000 22:39:48 +0000 Subject: [PATCH] * configure.in: Don't assume that cinstall directory exists. --- winsup/ChangeLog | 2 +- winsup/configure | 2 +- winsup/configure.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/winsup/ChangeLog b/winsup/ChangeLog index b5bd59c44..bbc50e76e 100644 --- a/winsup/ChangeLog +++ b/winsup/ChangeLog @@ -1,4 +1,4 @@ -Thu May 25 18:28:10 2000 Christopher Faylor +Thu May 25 18:39:24 2000 Christopher Faylor * configure.in: Don't assume that cinstall directory exists. diff --git a/winsup/configure b/winsup/configure index 2ddccc055..108aa36ef 100755 --- a/winsup/configure +++ b/winsup/configure @@ -827,7 +827,7 @@ fi SUBDIRS="cygwin w32api mingw utils doc" -test -d cinstall && SUBDIRS="$SUBDIRS cinstall" +test -d $srcdir/cinstall && SUBDIRS="$SUBDIRS cinstall" subdirs="$SUBDIRS" echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 diff --git a/winsup/configure.in b/winsup/configure.in index 608700249..f31cfa918 100755 --- a/winsup/configure.in +++ b/winsup/configure.in @@ -58,7 +58,7 @@ AC_CANONICAL_SYSTEM LIB_AC_PROG_CC SUBDIRS="cygwin w32api mingw utils doc" -test -d cinstall && SUBDIRS="$SUBDIRS cinstall" +test -d $srcdir/cinstall && SUBDIRS="$SUBDIRS cinstall" AC_CONFIG_SUBDIRS($SUBDIRS) AC_PROG_MAKE_SET