]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi: Fix typos.
authorAkim Demaille <akim@epita.fr>
Fri, 12 May 2000 07:44:40 +0000 (07:44 +0000)
committerAkim Demaille <akim@epita.fr>
Fri, 12 May 2000 07:44:40 +0000 (07:44 +0000)
ChangeLog
THANKS
doc/autoconf.texi

index 0feca70a15667105bd12f577d1da4f7a3f4e9b0b..074708cfd47dae6cdee1e48fbc0369d54e39eccf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        AC_CONFIG_SUBDIRS needs two lists: one, ac_subdirs_all, which
diff --git a/THANKS b/THANKS
index c5667a9e9f320d3675add0a89f22d3b781277839..1593cb9c5770e132256374e350bc0e859151dc51 100644 (file)
--- 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
index 6f14647fff3b9e7d41d5a54b490ee239ccf11ac8..cc92d434d3f9899e6b82ebbe0118bd26c674085d 100644 (file)
@@ -1827,9 +1827,9 @@ directives:
 
 @example
 @group
-#include "conf.h"
+#include <conf.h>
 
-#if HAVE_UNISTD_D
+#if HAVE_UNISTD_H
 # include <unistd.h>
 #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