From 8fe3d4ea7b29314438c910adef3c00b9de4cfc3d Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Mon, 2 Aug 2004 20:26:54 +0000 Subject: [PATCH] * doc/automake.texi (Optional): Update documentation for AC_CANONICAL_BUILD, AC_CANONICAL_HOST, and AC_CANONICAL_SYSTEM. --- ChangeLog | 3 +++ doc/automake.texi | 25 +++++++++++-------------- doc/stamp-vti | 4 ++-- doc/version.texi | 4 ++-- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9138940ee..85092295e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-08-02 Alexandre Duret-Lutz + * doc/automake.texi (Optional): Update documentation for + AC_CANONICAL_BUILD, AC_CANONICAL_HOST, and AC_CANONICAL_SYSTEM. + * automake.in (AC_CANONICAL_HOST, AC_CANONICAL_SYSTEM): Replace by ... (AC_CANONICAL_BUILD, AC_CANONICAL_HOST, AC_CANONICAL_SYSTEM): ... these. (scan_autoconf_traces): Scan for the latter three macros instead of diff --git a/doc/automake.texi b/doc/automake.texi index 0fac2d93d..1526ce5fa 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -1342,23 +1342,20 @@ autoconf, The Autoconf Manual}. Required files from @code{AC_CONFIG_AUX_DIR} are automatically distributed, even if there is no @file{Makefile.am} in this directory. -@item AC_CANONICAL_HOST +@item AC_CANONICAL_BUILD +@itemx AC_CANONICAL_HOST +@itemx AC_CANONICAL_TARGET Automake will ensure that @file{config.guess} and @file{config.sub} -exist. Also, the @file{Makefile} variables @samp{host_alias} and -@samp{host_triplet} are introduced. See @ref{Canonicalizing, , -Getting the Canonical System Type, autoconf, The Autoconf Manual}. +exist. Also, the @file{Makefile} variables @samp{build_triplet}, +@samp{host_triplet} and @samp{target_triplet} are introduced. See +@ref{Canonicalizing, , Getting the Canonical System Type, autoconf, +The Autoconf Manual}. +@cvindex AC_CANONICAL_BUILD @cvindex AC_CANONICAL_HOST -@vindex host_alias +@cvindex AC_CANONICAL_TARGET +@vindex build_triplet @vindex host_triplet - -@item AC_CANONICAL_SYSTEM -This is similar to @code{AC_CANONICAL_HOST}, but also defines the -@file{Makefile} variables @samp{build_alias} and @samp{target_alias}. -@xref{Canonicalizing, , Getting the Canonical System Type, autoconf, The -Autoconf Manual}. -@cvindex AC_CANONICAL_SYSTEM -@vindex build_alias -@vindex target_alias +@vindex target_triplet @item AC_LIBSOURCE @itemx AC_LIBSOURCES diff --git a/doc/stamp-vti b/doc/stamp-vti index a3b24499d..3f94c2c58 100644 --- a/doc/stamp-vti +++ b/doc/stamp-vti @@ -1,4 +1,4 @@ -@set UPDATED 29 July 2004 -@set UPDATED-MONTH July 2004 +@set UPDATED 2 August 2004 +@set UPDATED-MONTH August 2004 @set EDITION 1.9a @set VERSION 1.9a diff --git a/doc/version.texi b/doc/version.texi index a3b24499d..3f94c2c58 100644 --- a/doc/version.texi +++ b/doc/version.texi @@ -1,4 +1,4 @@ -@set UPDATED 29 July 2004 -@set UPDATED-MONTH July 2004 +@set UPDATED 2 August 2004 +@set UPDATED-MONTH August 2004 @set EDITION 1.9a @set VERSION 1.9a -- 2.47.2