[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] doc: AC_*_TOOL does not canonicalize the prefix
From: |
Ralf Wildenhues |
Subject: |
Re: [PATCH] doc: AC_*_TOOL does not canonicalize the prefix |
Date: |
Sat, 17 Nov 2007 09:37:13 +0100 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
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