[SCM] GNU Autoconf source repository branch, master, updated. v2.68b-20-ged96f65
"Paul Eggert" <[email protected]> Mon, 23 Apr 2012 17:30:36 +0000
| Newsgroups | gmane.comp.sysutils.autoconf.cvs |
|---|---|
| Message-ID | <[email protected]> |
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=ed96f6541caacbc35cd8fca6444d04b40bba9b1a
The branch, master has been updated
via ed96f6541caacbc35cd8fca6444d04b40bba9b1a (commit)
from eaa96cb8bd6dca5317329b6682df91dfda286d06 (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 ed96f6541caacbc35cd8fca6444d04b40bba9b1a
Author: Paul Eggert <[email protected]>
Date: Mon Apr 23 10:30:05 2012 -0700
doc: document --build and cross-compilation better
* doc/autoconf.texi (Specifying Target Triplets): Mention that
specifying a build-type that differs from host-type enables
cross-compilation. Problem reported by Bruno Haible in:
http://lists.gnu.org/archive/html/autoconf-patches/2012-04/msg00009.html
-----------------------------------------------------------------------
Summary of changes:
doc/autoconf.texi | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 2ae8bb9..b1295eb 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -21747,10 +21747,12 @@ system types are involved. The options to specify them are:
@item --build=@var{build-type}
the type of system on which the package is being configured and
compiled. It defaults to the result of running @command{config.guess}.
+Specifying a @var{build-type} that differs from @var{host-type} enables
+cross-compilation mode.
@item --host=@var{host-type}
the type of system on which the package runs. By default it is the
-same as the build machine. Specifying it enables the cross-compilation
+same as the build machine. Specifying it enables cross-compilation
mode.
@item --target=@var{target-type}
hooks/post-receive
--
GNU Autoconf source repository