2
0
mirror of git://git.sv.gnu.org/autoconf synced 2025-03-25 14:50:24 +08:00

* doc/autoconf.texi: Fix typos.

This commit is contained in:
Akim Demaille 2000-05-12 07:44:40 +00:00
parent 83d910e14e
commit e6f88d2705
3 changed files with 9 additions and 4 deletions

@ -1,3 +1,7 @@
2000-05-12 Peter Eisentraut <peter_e@gmx.net>
* doc/autoconf.texi: Fix typos.
2000-05-11 Akim Demaille <akim@epita.fr> 2000-05-11 Akim Demaille <akim@epita.fr>
AC_CONFIG_SUBDIRS needs two lists: one, ac_subdirs_all, which AC_CONFIG_SUBDIRS needs two lists: one, ac_subdirs_all, which

1
THANKS

@ -92,6 +92,7 @@ Patrick Tullmann tullmann@cs.utah.edu
Paul Eggert eggert@twinsun.com Paul Eggert eggert@twinsun.com
Paul Gampe paulg@apnic.net Paul Gampe paulg@apnic.net
Pavel Roskin pavel_roskin@geocities.com Pavel Roskin pavel_roskin@geocities.com
Peter Eisentraut peter_e@gmx.net
Philipp Thomas kthomas@gwdg.de Philipp Thomas kthomas@gwdg.de
Rainer Orth ro@TechFak.Uni-Bielefeld.DE Rainer Orth ro@TechFak.Uni-Bielefeld.DE
Raja R Harinath harinath@cs.umn.edu Raja R Harinath harinath@cs.umn.edu

@ -1827,9 +1827,9 @@ directives:
@example @example
@group @group
#include "conf.h" #include <conf.h>
#if HAVE_UNISTD_D #if HAVE_UNISTD_H
# include <unistd.h> # include <unistd.h>
#else #else
/* We are in trouble. */ /* We are in trouble. */
@ -5824,8 +5824,8 @@ the type of system for which any compiler tools in the package will
produce code. produce code.
@end table @end table
By default, the build is guessed (by @code{config,guess}), the host By default, the build is guessed (by @code{config.guess}), the host
system is the build system, and the target is the build system. system is the build system, and the target is the host system.
If you are cross-compiling, you still have to specify the names of the If you are cross-compiling, you still have to specify the names of the
cross-tools you use, in particular the C compiler, on the cross-tools you use, in particular the C compiler, on the