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:
authorChristopher Faylor <me@cgf.cx>2013-11-07 04:19:52 +0400
committerChristopher Faylor <me@cgf.cx>2013-11-07 04:19:52 +0400
commit2a6d6db8e2dbe21e3d9c66ea3ed3447c46d48a0a (patch)
treebe0ba66fb4b1ac325a9208c6888c2677ff6f0cbb /winsup/utils/configure.ac
parent01eddfd7b2533414a3597aecfb935397ed41de42 (diff)
winsup/ChangeLog:
2013-11-06 Christopher Faylor <me.cygwin2013@cgf.cx> * configure.ac: Detect windows headers/libs after we've figured out the C compiler. * configure: Regenerate. * aclocal.m4: Regenerate. * configure.cygwin: Default to '.' if can't find a winsup directory. winsup/cygserver/ChangeLog: 2013-11-06 Christopher Faylor <me.cygwin2013@cgf.cx> * configure.ac: Detect windows headers/libs after we've figured out the C compiler. * configure: Regenerate. * aclocal.m4: Regenerate. winsup/cygwin/ChangeLog: 2013-11-06 Christopher Faylor <me.cygwin2013@cgf.cx> * configure.ac: Detect windows headers/libs after we've figured out the C compiler. * configure: Regenerate. * aclocal.m4: Regenerate. winsup/utils/ChangeLog: 2013-11-06 Christopher Faylor <me.cygwin2013@cgf.cx> * configure.ac: Detect windows headers/libs after we've figured out the C compiler. * configure: Regenerate. * aclocal.m4: Regenerate.
Diffstat (limited to 'winsup/utils/configure.ac')
-rw-r--r--winsup/utils/configure.ac7
1 files changed, 4 insertions, 3 deletions
diff --git a/winsup/utils/configure.ac b/winsup/utils/configure.ac
index 2cd45239f..5f517c0d0 100644
--- a/winsup/utils/configure.ac
+++ b/winsup/utils/configure.ac
@@ -17,12 +17,13 @@ AC_NO_EXECUTABLES
. ${srcdir}/../configure.cygwin
-AC_WINDOWS_HEADERS
-AC_WINDOWS_LIBS
-
AC_CANONICAL_SYSTEM
AC_PROG_CC
+
+AC_WINDOWS_HEADERS
+AC_WINDOWS_LIBS
+
AC_PROG_CXX
AC_CYGWIN_INCLUDES