* configure.in: Don't assume that cinstall directory exists.

This commit is contained in:
Christopher Faylor 2000-05-25 22:39:48 +00:00
parent 0f7e52d7b2
commit 6880ecefaa
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Thu May 25 18:28:10 2000 Christopher Faylor <cgf@cygnus.com>
Thu May 25 18:39:24 2000 Christopher Faylor <cgf@cygnus.com>
* configure.in: Don't assume that cinstall directory exists.

2
winsup/configure vendored
View File

@ -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

View File

@ -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