Hello Stepan,
* Stepan Kasal wrote on Fri, Nov 16, 2007 at 10:24:41PM CET:
> here is a doc correction which I have just made.
Thanks! I just fixed the typo in it.
Cheers,
Ralf
* doc/autoconf.texi (Generic Programs): Fix typo.
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 4cf0563..7f3428a 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -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