]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (Generic Programs): Fix typo.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 17 Nov 2007 08:24:52 +0000 (09:24 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 17 Nov 2007 08:24:52 +0000 (09:24 +0100)
ChangeLog
doc/autoconf.texi

index 8bc422f750f16befed2bb94896496bf81fb81f11..823ded8b32ee4a201ff4cdab8c620a3721e50370 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,13 @@
+2007-11-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * doc/autoconf.texi (Generic Programs): Fix typo.
+
 2007-11-16  Stepan Kasal  <kasal@ucw.cz>
 
        AC_*_TOOL does not canonicalize the prefix
        * doc/autoconf.texi (Generic Programs): Do not say that
        the *_TOOL macros canonicalize, they simply use the `host_alias'.
 
-
 2007-11-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        Diagnose write errors in config.status instantiations.
index 4cf0563a01fc9d025bd0f51d2f7c776d69e96627..7f3428a3d04f4d3d064595c02dc4c9801f3677a8 100644 (file)
@@ -3950,7 +3950,7 @@ uses to produce objects, archives or executables}.
   @ovar{value-if-not-found}, @dvar{path, $PATH})
 @acindex{CHECK_TOOL}
 Like @code{AC_CHECK_PROG}, but first looks for @var{prog-to-check-for}
-with a prefix of the host type as specified by @option{--host} , followed by a
+with a prefix of the host type as specified by @option{--host}, followed by a
 dash.  For example, if the user runs
 @samp{configure --build=x86_64-gnu --host=i386-gnu}, then this call:
 @example