Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-29 | winsup: | Christopher Faylor | 1 | -1319/+1023 | |
* configure.in: Configure winsup/cygserver regardless of cross_host. * configure: Regenerate. winsup/cygwin: * configure.in: Define LIBSERVER regardless of cross_host. * configure: Regenerate. | |||||
2009-01-21 | ChangeLog: | Corinna Vinschen | 1 | -824/+1015 | |
* configure.in: Remove --enable-server option. Allways add the cygserver directory to $SUBDIRS. * configure: Regenerate. cygwin/ChangeLog: Remove USE_SERVER define. Accommodate throughout. * configure.in: Remove --enable-server option. * configure: Regenerate. * environ.cc: Remove CYGWIN=server setting. cygserver/ChangeLog: * client.cc (allow_server): Remove variable. (client_request_get_version::client_request_get_version): Drop checking allow_server. utils/ChangeLog: * passwd.c: Remove CYGWIN=server requirement from usage text. doc/ChangeLog: * cygserver.sgml: Remove the "How to use the Cygserver services" section. * cygwinenv.sgml: Move "(no)server" to the removed options section. * faq-programming.xml: Remove CYGWIN=server requirement for running the Cygwin testsuite. * ntsec.sgml: Ditto for using `passwd -R'. | |||||
2007-08-31 | * configure: Regenerate. | Christopher Faylor | 1 | -1685/+2273 | |
2006-12-12 | * Makefile.in (subauth): Drop rule. | Corinna Vinschen | 1 | -3/+0 | |
* configure.in: Remove subauth related check. * configure: Regenerate. | |||||
2006-11-27 | * Makefile.in: Add dependencies for lsaauth. | Corinna Vinschen | 1 | -7/+9 | |
* configure.in: Disable building subauth. Add building lsaauth. * configure: Regenerate. | |||||
2006-08-30 | * Makefile.in: Make installation of CYGWIN_LICENSE configurable. | Corinna Vinschen | 1 | -6/+71 | |
* aclocal.m4: Regenerate. * configure.in: Add GCC_NO_EXECUTABLES call. Add configuration for INSTALL_LICENSE. Make cygwin subdirectory optional. Add sanity check for cygwin resp. mingw subdirectories dependent of the target. * configure: Regenerate. | |||||
2006-07-25 | * configure.in: Reenable building the subauth subdir. | Corinna Vinschen | 1 | -21/+34 | |
* configure: Regenerate. | |||||
2006-05-24 | update to newer autoconf | Christopher Faylor | 1 | -793/+3554 | |
2006-01-16 | * configure.in: Add AC_PROG_INSTALL handling. | Corinna Vinschen | 1 | -17/+97 | |
* configure: Regenerate. * Makefile.in (install): Install CYGWIN_LICENSE. | |||||
2003-11-20 | * configure.in: Make --use-server the default. | Christopher Faylor | 1 | -8/+4 | |
* configure: Regenerate. | |||||
2003-07-02 | * configure.in: Add --enable-server option. | Christopher Faylor | 1 | -14/+32 | |
* configure: Regenerate. | |||||
2003-07-01 | * configure.in: Add cygserver subdir. | Christopher Faylor | 1 | -1/+2 | |
* Makefile.in: Ditto. * configure: Regenerate. * Makefile.common: Remove debugging statements. | |||||
2003-03-17 | * configure.in: w32api directory was already optional. Semi-revert 2003-02-06 | Christopher Faylor | 1 | -33/+13 | |
change. * configure: Regenerate. * Makefile.common: Don't specific -nostdinc if there is no w32api directory. | |||||
2003-02-07 | * configure.in: Make w32api directory optional. | Christopher Faylor | 1 | -16/+30 | |
* configure: Regenerate. | |||||
2002-12-12 | * Makefile.common: Define MINGW_LDFLAGS. | Corinna Vinschen | 1 | -1/+1 | |
* configure.in: Reorder SUBDIRS to have mingw before cygwin. * configure: Regenerate from configure.in. * cygwin/Makefile.in: Add MINGW_LDFLAGS when linking cygrun.exe. | |||||
2002-06-02 | * configure.in: Complain about lack of w32api directory. | Christopher Faylor | 1 | -2/+7 | |
* configure: Regenerate. | |||||
2002-04-25 | * configure.in: Remove cinstall target. | Christopher Faylor | 1 | -2/+1 | |
* Makefile.in: Ditto. * configure: Regenerate. | |||||
2002-02-19 | * configure.in: Avoid building w32api or mingw if they don't exist. | Christopher Faylor | 1 | -2/+5 | |
* configure: Regenerate. | |||||
2001-12-14 | * Makefile.in: Exit immediately if a sub-make fails. | Christopher Faylor | 1 | -1/+2 | |
2001-11-04 | * configure.in: Disable subauth directory test. | Christopher Faylor | 1 | -1/+1 | |
* configure: Regenerate. * Makefile.in: Use MAKE variable in directory builds. | |||||
2001-10-26 | * configure: Regenerate, removing erroneous SUBDIRS substitution. | Corinna Vinschen | 1 | -1/+1 | |
2001-10-24 | * Makefile.in: Only build testsuite directory on first 'make check'. | Christopher Faylor | 1 | -2/+2 | |
* configure.in: Remove testsuite from SUBDIRS. * configure: Regenerate. | |||||
2001-05-05 | * configure.in: Fix typo. | Christopher Faylor | 1 | -1/+1 | |
* configure: Regenerate. | |||||
2001-05-04 | * configure.in: Make subauth configuration optional. | Christopher Faylor | 1 | -2/+3 | |
* configure: Regenerate. | |||||
2001-05-04 | * subauth: New subdirectory. | Corinna Vinschen | 1 | -1/+1 | |
* configure.in: Add subauth to the list of subdirectories. * configure: Regenerated from configure.in. | |||||
2001-04-18 | * configure.in: Add bz2lib. | Christopher Faylor | 1 | -29/+19 | |
2001-03-20 | * configure: fix regeneration bug. | DJ Delorie | 1 | -1/+1 | |
2000-12-03 | * Makefile.common: Eliminate checks for libgcc.a and libstdc++.a. Use CXX for | Christopher Faylor | 1 | -13/+115 | |
g++ compiles. * configure.in: Find correct c++ compiler. * configure: Regenerate. | |||||
2000-09-03 | * Makefile.in: Add new goal "check" | Christopher Faylor | 1 | -3/+2 | |
* configure.in: When doing native build do configure in testsuite subdirectory * configure: Regenerate. | |||||
2000-06-20 | * configure.in: Bow to necessity and build w32api before anything else. | Christopher Faylor | 1 | -1/+1 | |
* configure: Regenerate. | |||||
2000-06-17 | * configure.in: Detect "cross-hosting" situation and add a subset of | Christopher Faylor | 1 | -3/+11 | |
directories to SUBDIRS. * configure: Regenerate. | |||||
2000-05-25 | * configure.in: Don't assume that cinstall directory exists. | Christopher Faylor | 1 | -1/+1 | |
2000-05-25 | * configure.in: Don't assume that cinstall directory exists. | Christopher Faylor | 1 | -16/+28 | |
2000-04-07 | Updated to build cinstall with mingw. See Changelog for numerous setup.c ↵ | Ron Parker | 1 | -27/+16 | |
changes. | |||||
2000-02-17 | import winsup-2000-02-17 snapshot | Christopher Faylor | 1 | -0/+1223 | |