summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-06-20 17:37:22 +0000
committerChristopher Faylor <me@cgf.cx>2000-06-20 17:37:22 +0000
commitfa2ba8581451dd3b02421d04ebb8b6b95821c503 (patch)
tree35ec4916f78c09aecc4345f1a7340729b88fa056
parente33e6532398c83634513468e425e18cab3b14a3f (diff)
downloadcygnal-fa2ba8581451dd3b02421d04ebb8b6b95821c503.tar.gz
cygnal-fa2ba8581451dd3b02421d04ebb8b6b95821c503.tar.bz2
cygnal-fa2ba8581451dd3b02421d04ebb8b6b95821c503.zip
* configure.in: Bow to necessity and build w32api before anything else.
* configure: Regenerate.
-rw-r--r--winsup/ChangeLog5
-rwxr-xr-xwinsup/configure2
-rwxr-xr-xwinsup/configure.in2
3 files changed, 7 insertions, 2 deletions
diff --git a/winsup/ChangeLog b/winsup/ChangeLog
index 824bfae59..54fbc268f 100644
--- a/winsup/ChangeLog
+++ b/winsup/ChangeLog
@@ -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
diff --git a/winsup/configure b/winsup/configure
index 21361f9e7..be2d64e2a 100755
--- a/winsup/configure
+++ b/winsup/configure
@@ -826,7 +826,7 @@ else
fi
-SUBDIRS='cygwin w32api mingw'
+SUBDIRS='w32api cygwin mingw'
case "$with_cross_host" in
""|*cygwin*)
SUBDIRS="$SUBDIRS utils"
diff --git a/winsup/configure.in b/winsup/configure.in
index 285a6c91f..b85e3f1fa 100755
--- a/winsup/configure.in
+++ b/winsup/configure.in
@@ -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"