From e6f88d270552185d4b3ef96c6f8c508999250354 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Fri, 12 May 2000 07:44:40 +0000 Subject: [PATCH] * doc/autoconf.texi: Fix typos. --- ChangeLog | 4 ++++ THANKS | 1 + doc/autoconf.texi | 8 ++++---- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0feca70a..074708cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-05-12 Peter Eisentraut + + * doc/autoconf.texi: Fix typos. + 2000-05-11 Akim Demaille AC_CONFIG_SUBDIRS needs two lists: one, ac_subdirs_all, which diff --git a/THANKS b/THANKS index c5667a9e..1593cb9c 100644 --- a/THANKS +++ b/THANKS @@ -92,6 +92,7 @@ Patrick Tullmann tullmann@cs.utah.edu Paul Eggert eggert@twinsun.com Paul Gampe paulg@apnic.net Pavel Roskin pavel_roskin@geocities.com +Peter Eisentraut peter_e@gmx.net Philipp Thomas kthomas@gwdg.de Rainer Orth ro@TechFak.Uni-Bielefeld.DE Raja R Harinath harinath@cs.umn.edu diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 6f14647f..cc92d434 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -1827,9 +1827,9 @@ directives: @example @group -#include "conf.h" +#include -#if HAVE_UNISTD_D +#if HAVE_UNISTD_H # include #else /* We are in trouble. */ @@ -5824,8 +5824,8 @@ the type of system for which any compiler tools in the package will produce code. @end table -By default, the build is guessed (by @code{config,guess}), the host -system is the build system, and the target is the build system. +By default, the build is guessed (by @code{config.guess}), the host +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 cross-tools you use, in particular the C compiler, on the