* configure.in: Bow to necessity and build w32api before anything else.

* configure: Regenerate.
This commit is contained in:
Christopher Faylor 2000-06-20 17:37:22 +00:00
parent e33e653239
commit fa2ba85814
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Tue Jun 20 13:36:23 2000 Christopher Faylor <cgf@cygnus.com>
* configure.in: Bow to necessity and build w32api before anything else.
* configure: Regenerate.
Sat Jun 17 13:50:04 2000 Christopher Faylor <cgf@cygnus.com>
* configure.in: Detect "cross-hosting" situation and add a subset of

2
winsup/configure vendored
View File

@ -826,7 +826,7 @@ else
fi
SUBDIRS='cygwin w32api mingw'
SUBDIRS='w32api cygwin mingw'
case "$with_cross_host" in
""|*cygwin*)
SUBDIRS="$SUBDIRS utils"

View File

@ -57,7 +57,7 @@ AC_CANONICAL_SYSTEM
LIB_AC_PROG_CC
SUBDIRS='cygwin w32api mingw'
SUBDIRS='w32api cygwin mingw'
case "$with_cross_host" in
""|*cygwin*)
SUBDIRS="$SUBDIRS utils"