* doc/autoconf.texi (Particular Functions): Document AC_FUNC_FORK
cache variables.
* THANKS: Update.
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+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.
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 ?
#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