From: Stepan Kasal Date: Fri, 16 Nov 2007 13:47:00 +0000 (+0100) Subject: doc: AC_*_TOOL does not canonicalize the prefix X-Git-Tag: v2.62~128 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf733bdf5f1f1e9d3b14fa4266809259edbb7168;p=thirdparty%2Fautoconf.git 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'. --- 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