1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-28 06:49:49 +02:00

20026: INSTALL nitpick.

This commit is contained in:
Peter Stephenson 2004-06-08 15:15:38 +00:00
parent 2173c12f2d
commit a9c6ca4ede
2 changed files with 8 additions and 5 deletions

View File

@ -1,5 +1,7 @@
2004-06-08 Peter Stephenson <pws@csr.com>
* Philippe Troin: 20026: INSTALL: nit-pick.
* Philippe Troin, 19996, plus 20025: configure.ac, INSTALL: add
configure option --with-tcsetpgrp.

11
INSTALL
View File

@ -385,11 +385,12 @@ shell is running in some privileged mode. This is turned off by
default as on some systems non-standard headers (in particular AIX) are
required. A direct fix for that problem would be appreciated.
A test for the function tcsetpgrp is turned on by default. The test needs
to run the function to determine if the implementation is usable. However,
this can cause problems when configure is run without a terminal. To avoid
this, use --with-tcsetpgrp or --without-tcsetpgrp to tell configure whether
the function should be used.
A test for the function tcsetpgrp is turned on by default. The test
needs to run the function to determine if the implementation is
usable. However, this can cause problems when configure is run without
a controlling terminal (eg. from cron). To avoid this, use
--with-tcsetpgrp or --without-tcsetpgrp to tell configure whether the
function should be used.
Options For Configure
---------------------