From f3c183d084bd8bcdf2a0960f20ab83136c15bc4b Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Fri, 4 Mar 2011 21:55:03 +0100 Subject: [PATCH] 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 --- ChangeLog | 7 +++++++ THANKS | 1 + doc/autoconf.texi | 5 +++++ 3 files changed, 13 insertions(+) diff --git a/ChangeLog b/ChangeLog index ba2750f7..30dfced5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2011-03-08 Colin Watson (tiny change) + Ralf Wildenhues + + * doc/autoconf.texi (Particular Functions): Document AC_FUNC_FORK + cache variables. + * THANKS: Update. + 2011-03-08 Ralf Wildenhues docs: BSD and Solaris make trailing space macro issue. diff --git a/THANKS b/THANKS index 648a5011..887405fa 100644 --- a/THANKS +++ b/THANKS @@ -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 ? diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 91839814..ea9e5605 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -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