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.
This commit is contained in:
Christopher Faylor
2013-11-07 00:19:52 +00:00
parent 01eddfd7b2
commit 2a6d6db8e2
18 changed files with 504 additions and 449 deletions

View File

@ -15,9 +15,6 @@ AC_CONFIG_AUX_DIR(..)
. ${srcdir}/../configure.cygwin
AC_WINDOWS_HEADERS
AC_WINDOWS_LIBS
AC_PROG_INSTALL
AC_NO_EXECUTABLES
AC_CANONICAL_SYSTEM
@ -26,6 +23,10 @@ AC_PROG_CC
AC_PROG_CXX
AC_PROG_CPP
AC_LANG(C)
AC_WINDOWS_HEADERS
AC_WINDOWS_LIBS
AC_LANG(C++)
AC_CYGWIN_INCLUDES