]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (Specifying Names): `--host' does not
authorStepan Kasal <kasal@ucw.cz>
Fri, 9 Mar 2007 19:51:24 +0000 (19:51 +0000)
committerStepan Kasal <kasal@ucw.cz>
Fri, 9 Mar 2007 19:51:24 +0000 (19:51 +0000)
change the build type.

ChangeLog
doc/autoconf.texi

index cd137b62103689f1c23b17ef021efde23cbcaa60..5469ccbbc3598bce032818aba2f41e70467ae913 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-03-09  Stepan Kasal  <kasal@ucw.cz>
+
+       * doc/autoconf.texi (Specifying Names): `--host' does not
+       change the build type.
+
 2007-03-05  Paul Eggert  <eggert@cs.ucla.edu>
 
        * doc/autoconf.texi (C Compiler): Warn that AC_C_BIGENDIAN
index 45697101d151431c5b8a926f562571ec14344949..53f92740387da60651d12c746237582705c6fe47 100644 (file)
@@ -15571,7 +15571,7 @@ Autoconf provides a uniform method for handling unguessable features.
 @section Specifying the System Type
 @cindex System type
 
-Like other @acronym{GNU} @command{configure} scripts, Autoconf-generated
+Autoconf-generated
 @command{configure} scripts can make decisions based on a canonical name
 for the system type, which has the form:
 @samp{@var{cpu}-@var{vendor}-@var{os}}, where @var{os} can be
@@ -15604,8 +15604,8 @@ produce code (rarely needed).  By default, it is the same as host.
 
 If you mean to override the result of @command{config.guess}, use
 @option{--build}, not @option{--host}, since the latter enables
-cross-compilation.  For historical reasons, passing @option{--host} also
-changes the build type.  Therefore, whenever you specify @option{--host},
+cross-compilation.  For historical reasons,
+whenever you specify @option{--host},
 be sure to specify @option{--build} too; this will be fixed in the
 future.  So, to enter cross-compilation mode, use a command like this