]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
(Specifying Names): Move cross_compiling ovindex to
authorKevin Ryde <user42@zip.com.au>
Wed, 24 Mar 2004 22:40:15 +0000 (22:40 +0000)
committerKevin Ryde <user42@zip.com.au>
Wed, 24 Mar 2004 22:40:15 +0000 (22:40 +0000)
(Run Time): ... here, where it's now mentioned.

doc/autoconf.texi

index cae17d105a9b1ec9cc431c55a015fbeb6360dbb6..7d835e7893de3b4968fdd65a1e5a22bfee7133e0 100644 (file)
@@ -6821,6 +6821,7 @@ parameters based on the canonical system name (@pxref{Manual
 Configuration}).  Alternatively, set up a test results cache file with
 the correct values for the host system (@pxref{Caching Results}).
 
+@ovindex cross_compiling
 To provide a default for calls of @code{AC_RUN_IFELSE} that are embedded
 in other macros, including a few of the ones that come with Autoconf,
 you can test whether the shell variable @code{cross_compiling} is set to
@@ -12372,7 +12373,6 @@ the type of system on which the package is being configured and
 compiled.  It defaults to the result of running @command{config.guess}.
 
 @item --host=@var{host-type}
-@ovindex cross_compiling
 the type of system on which the package will run.  By default it is the
 same as the build machine.  Specifying it enables the cross-compilation
 mode.