* configure.in: Bow to necessity and build w32api before anything else.
* configure: Regenerate.
This commit is contained in:
parent
e33e653239
commit
fa2ba85814
@ -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>
|
Sat Jun 17 13:50:04 2000 Christopher Faylor <cgf@cygnus.com>
|
||||||
|
|
||||||
* configure.in: Detect "cross-hosting" situation and add a subset of
|
* configure.in: Detect "cross-hosting" situation and add a subset of
|
||||||
|
2
winsup/configure
vendored
2
winsup/configure
vendored
@ -826,7 +826,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
SUBDIRS='cygwin w32api mingw'
|
SUBDIRS='w32api cygwin mingw'
|
||||||
case "$with_cross_host" in
|
case "$with_cross_host" in
|
||||||
""|*cygwin*)
|
""|*cygwin*)
|
||||||
SUBDIRS="$SUBDIRS utils"
|
SUBDIRS="$SUBDIRS utils"
|
||||||
|
@ -57,7 +57,7 @@ AC_CANONICAL_SYSTEM
|
|||||||
|
|
||||||
LIB_AC_PROG_CC
|
LIB_AC_PROG_CC
|
||||||
|
|
||||||
SUBDIRS='cygwin w32api mingw'
|
SUBDIRS='w32api cygwin mingw'
|
||||||
case "$with_cross_host" in
|
case "$with_cross_host" in
|
||||||
""|*cygwin*)
|
""|*cygwin*)
|
||||||
SUBDIRS="$SUBDIRS utils"
|
SUBDIRS="$SUBDIRS utils"
|
||||||
|
Loading…
Reference in New Issue
Block a user