mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-19 21:09:22 +08:00
* configure.in: Don't assume that cinstall directory exists.
This commit is contained in:
parent
0f7e52d7b2
commit
6880ecefaa
@ -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
2
winsup/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user