]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
docs: Document AC_FUNC_FORK cache variables.
authorColin Watson <cjwatson@debian.org>
Fri, 4 Mar 2011 20:55:03 +0000 (21:55 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 8 Mar 2011 19:48:29 +0000 (20:48 +0100)
* doc/autoconf.texi (Particular Functions): Document AC_FUNC_FORK
cache variables.
* THANKS: Update.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
THANKS
doc/autoconf.texi

index ba2750f7c1a7824340e306accef712059fd8c422..30dfced5a37b541a8043aedb4b6aabca697eb59e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/THANKS b/THANKS
index 648a5011e30e30c8c5d5e7bbfd3fe0c551714d56..887405fa8fc4debf260d24a43bb18e211c21d658 100644 (file)
--- 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           ?
index 91839814ef509158a822455a228b0a772d9074b4..ea9e560510632c16787c6e06852f74aab1f318af 100644 (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