diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2009-01-21 17:14:39 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2009-01-21 17:14:39 +0000 |
commit | 7ffaa17c80379b1a5b5f66865ee72e1c89584386 (patch) | |
tree | 43f525530c89be0d02f751021356a7c71042d865 /winsup/doc/faq-programming.xml | |
parent | d9ad7a9c4edb8d5b8cadd7d1f0599c5f45635940 (diff) | |
download | cygnal-7ffaa17c80379b1a5b5f66865ee72e1c89584386.tar.gz cygnal-7ffaa17c80379b1a5b5f66865ee72e1c89584386.tar.bz2 cygnal-7ffaa17c80379b1a5b5f66865ee72e1c89584386.zip |
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'.
Diffstat (limited to 'winsup/doc/faq-programming.xml')
-rw-r--r-- | winsup/doc/faq-programming.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/winsup/doc/faq-programming.xml b/winsup/doc/faq-programming.xml index 5cd7e3b70..9e6fee6de 100644 --- a/winsup/doc/faq-programming.xml +++ b/winsup/doc/faq-programming.xml @@ -439,9 +439,7 @@ rewriting the runtime library in question from specs... <para>First, you need to make sure you have the necessary build tools installed; you at least need <literal>gcc</literal>, <literal>make</literal>, <literal>perl</literal>, and <literal>cocom</literal>. If you want to run -the tests, <literal>dejagnu</literal> is also required, -and you need to have <literal>CYGWIN=server</literal> set as described at -<ulink url="http://www.cygwin.com/cygwin-ug-net/using-cygserver.html" />. +the tests, <literal>dejagnu</literal> is also required. Normally, building ignores any errors in building the documentation, which requires the <literal>docbook-xml42</literal>, <literal>docbook-xsl</literal>, and <literal>xmlto</literal> packages. For more information on building the |