mirror of
git://git.sv.gnu.org/autoconf
synced 2025-02-17 14:01:27 +08:00
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:
parent
fd0e10b3f3
commit
f3c183d084
@ -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>
|
2011-03-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||||
|
|
||||||
docs: BSD and Solaris make trailing space macro issue.
|
docs: BSD and Solaris make trailing space macro issue.
|
||||||
|
1
THANKS
1
THANKS
@ -83,6 +83,7 @@ Christian Rössel christian.roessel@gmx.de
|
|||||||
Christopher Hulbert cchgroupmail@gmail.com
|
Christopher Hulbert cchgroupmail@gmail.com
|
||||||
Christopher Lee chrislee@ri.cmu.edu
|
Christopher Lee chrislee@ri.cmu.edu
|
||||||
Clinton Roy clinton.roy@gmail.com
|
Clinton Roy clinton.roy@gmail.com
|
||||||
|
Colin Watson cjwatson@debian.org
|
||||||
Corinna Vinschen corinna-cygwin@cygwin.com
|
Corinna Vinschen corinna-cygwin@cygwin.com
|
||||||
Cort Dougan cort@cs.nmt.edu
|
Cort Dougan cort@cs.nmt.edu
|
||||||
D'Arcy A MacIsaac ?
|
D'Arcy A MacIsaac ?
|
||||||
|
@ -5004,6 +5004,11 @@ yourself in new code:
|
|||||||
#endif
|
#endif
|
||||||
@end group
|
@end group
|
||||||
@end example
|
@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
|
@end defmac
|
||||||
|
|
||||||
@defmac AC_FUNC_FSEEKO
|
@defmac AC_FUNC_FSEEKO
|
||||||
|
Loading…
Reference in New Issue
Block a user