]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (Specifying Names): Clarification suggested by
authorAkim Demaille <akim@epita.fr>
Tue, 5 Mar 2002 10:06:30 +0000 (10:06 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 5 Mar 2002 10:06:30 +0000 (10:06 +0000)
Kevin Ryde.

ChangeLog
doc/autoconf.texi

index 2290b83f7759285132f217d0704ae21dad588c5a..c20ab0f9d9575b5daad61652cfff1b0f50fdaece 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-03-05  Akim Demaille  <akim@epita.fr>
+
+       * doc/autoconf.texi (Specifying Names): Clarification suggested by
+       Kevin Ryde.
+
 2002-03-05  Akim Demaille  <akim@epita.fr>
 
        Version 2.52i.
index dc4e64554d911c60558b9d5c2c47d888ae1b1897..ded5d6d2cd6076333f541a6c14df5961ecc4c746 100644 (file)
@@ -9588,10 +9588,11 @@ produce code (rarely needed).  By default, it is the same as host.
 @end table
 
 If you mean to override the result of @command{config.guess}, use
-@option{--build}, not @option{--host}, which enables cross-compilation.
-For historical reasons, passing @option{--host} also changes the build
-type.  Therefore, whenever you specify @code{--host}, be sure to specify
-@code{--build} too.  This will be fixed in the future.
+@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 @code{--host},
+be sure to specify @code{--build} too.  This will be fixed in the
+future.
 
 @example
 ./configure --build=i686-pc-linux-gnu --host=m68k-coff