autoconf-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Autoconf source repository branch, master, updated. v2.61a-295


From: Stepan Kasal
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.61a-295-gcf733bd
Date: Fri, 16 Nov 2007 21:45:04 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=cf733bdf5f1f1e9d3b14fa4266809259edbb7168

The branch, master has been updated
       via  cf733bdf5f1f1e9d3b14fa4266809259edbb7168 (commit)
      from  22000bf9f868f8bb2f5e24ee679913c49fab65d3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit cf733bdf5f1f1e9d3b14fa4266809259edbb7168
Author: Stepan Kasal <address@hidden>
Date:   Fri Nov 16 14:47:00 2007 +0100

    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'.

-----------------------------------------------------------------------

Summary of changes:
 doc/autoconf.texi |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index c7f8d2a..4cf0563 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
address@hidden, 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
address@hidden --build=x86_64-gnu --host=i386-gnu}, then this call:
 @example
 AC_CHECK_TOOL([RANLIB], [ranlib], [:])
 @end example


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

[Prev in Thread] Current Thread [Next in Thread]