Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEarnie Boyd <earnie@users.sf.net>2002-10-14 23:59:04 +0400
committerEarnie Boyd <earnie@users.sf.net>2002-10-14 23:59:04 +0400
commitc14ae835c5cf49ffd575455e6cd328f8ada7fd20 (patch)
tree2f99f8f9824b82bc78e2015dc210c6a8b5b3458b /winsup/w32api/configure.in
parentad1d049af90ce1f0bb4b3c9304f31ccba6909236 (diff)
* Makefile.in: Add components for lib/ddk. Adjust for autoconf-2.53.
* configure.in: Ditto. * lib/Makefile.in: Ditto. * lib/ddk/Makefile.in: Correct installation procedure. Adjust for autoconf-2.53. * configure: Regenerate.
Diffstat (limited to 'winsup/w32api/configure.in')
-rw-r--r--winsup/w32api/configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/w32api/configure.in b/winsup/w32api/configure.in
index 2c6066e86..1f252e0a1 100644
--- a/winsup/w32api/configure.in
+++ b/winsup/w32api/configure.in
@@ -19,6 +19,7 @@ dnl check for cc and CFLAGS
CFLAGS=${CFLAGS-"-O2 -g"}
AC_CHECK_TOOL(CC, gcc, gcc)
AC_SUBST(CC)
+AC_SUBST(CFLAGS)
dnl check for various tools
AC_CHECK_TOOL(AR, ar, ar)
@@ -46,4 +47,4 @@ else
fi
AC_SUBST(BUILDENV)
-AC_OUTPUT(Makefile lib/Makefile)
+AC_OUTPUT(Makefile lib/Makefile lib/ddk/Makefile)