From cf733bdf5f1f1e9d3b14fa4266809259edbb7168 Mon Sep 17 00:00:00 2001 From: Stepan Kasal Date: Fri, 16 Nov 2007 14:47:00 +0100 Subject: [PATCH] doc: 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'. --- doc/autoconf.texi | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/autoconf.texi b/doc/autoconf.texi index c7f8d2a9..4cf0563a 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -3950,10 +3950,9 @@ 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 determined by -@code{AC_CANONICAL_HOST}, followed by a dash (@pxref{Canonicalizing}). -For example, if the user runs @samp{configure --host=i386-gnu}, then -this call: +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 AC_CHECK_TOOL([RANLIB], [ranlib], [:]) @end example -- 2.47.2