From 7ffaa17c80379b1a5b5f66865ee72e1c89584386 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 21 Jan 2009 17:14:39 +0000 Subject: ChangeLog: * 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'. --- winsup/cygwin/configure.in | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'winsup/cygwin/configure.in') diff --git a/winsup/cygwin/configure.in b/winsup/cygwin/configure.in index 06124e90f..fcd4f8f7f 100644 --- a/winsup/cygwin/configure.in +++ b/winsup/cygwin/configure.in @@ -1,5 +1,6 @@ dnl Autoconf configure script for Cygwin. -dnl Copyright 1996, 1997, 1998, 2000, 2001, 2002, 2003 Red Hat, Inc. +dnl Copyright 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006, +dnl 2008, 2009 Red Hat, Inc. dnl dnl This file is part of Cygwin. dnl @@ -33,8 +34,6 @@ case "$with_cross_host" in ;; esac -test -n "$LIBSERVER" && AC_DEFINE(USE_SERVER) - AC_SUBST(all_host) AC_SUBST(install_host) @@ -77,14 +76,6 @@ no) ;; esac ]) -AC_ARG_ENABLE(server, -[ --enable-server Build a cygwin DLL which can communicate with cygserver], -[case "${enableval}" in -yes) ;; -no) LIBSERVER=;; -esac -]) - MALLOC_OFILES=malloc.o dnl The only time we might want to transform the install names -- cgit v1.2.3