docs: Document AC_FUNC_FORK cache variables.

* doc/autoconf.texi (Particular Functions): Document AC_FUNC_FORK
cache variables.
* THANKS: Update.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
This commit is contained in:
Colin Watson 2011-03-04 21:55:03 +01:00 committed by Ralf Wildenhues
parent fd0e10b3f3
commit f3c183d084
3 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2011-03-08 Colin Watson <cjwatson@debian.org> (tiny change)
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* doc/autoconf.texi (Particular Functions): Document AC_FUNC_FORK
cache variables.
* THANKS: Update.
2011-03-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
docs: BSD and Solaris make trailing space macro issue.

1
THANKS
View File

@ -83,6 +83,7 @@ Christian Rössel christian.roessel@gmx.de
Christopher Hulbert cchgroupmail@gmail.com
Christopher Lee chrislee@ri.cmu.edu
Clinton Roy clinton.roy@gmail.com
Colin Watson cjwatson@debian.org
Corinna Vinschen corinna-cygwin@cygwin.com
Cort Dougan cort@cs.nmt.edu
D'Arcy A MacIsaac ?

View File

@ -5004,6 +5004,11 @@ yourself in new code:
#endif
@end group
@end example
The results of this macro are cached in the @code{ac_cv_func_fork_works}
and @code{ac_cv_func_vfork_works} variables. In order to override the
test, you also need to set the @code{ac_cv_func_fork} and
@code{ac_cv_func_vfork} variables.
@end defmac
@defmac AC_FUNC_FSEEKO