automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Automake needs to recognise AC_CANONICAL_BUILD


From: Alexandre Duret-Lutz
Subject: Re: Automake needs to recognise AC_CANONICAL_BUILD
Date: Mon, 02 Aug 2004 22:26:33 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

I'm installing this too.

2004-08-02  Alexandre Duret-Lutz  <address@hidden>

        * doc/automake.texi (Optional): Update documentation for
        AC_CANONICAL_BUILD, AC_CANONICAL_HOST, and AC_CANONICAL_SYSTEM.

Index: doc/automake.texi
===================================================================
RCS file: /cvs/automake/automake/doc/automake.texi,v
retrieving revision 1.45
diff -u -r1.45 automake.texi
--- doc/automake.texi   1 Aug 2004 17:31:22 -0000       1.45
+++ doc/automake.texi   2 Aug 2004 20:24:07 -0000
@@ -1342,23 +1342,20 @@
 Required files from @code{AC_CONFIG_AUX_DIR} are automatically
 distributed, even if there is no @file{Makefile.am} in this directory.
 
address@hidden AC_CANONICAL_HOST
address@hidden AC_CANONICAL_BUILD
address@hidden AC_CANONICAL_HOST
address@hidden AC_CANONICAL_TARGET
 Automake will ensure that @file{config.guess} and @file{config.sub}
-exist.  Also, the @file{Makefile} variables @samp{host_alias} and
address@hidden are introduced.  See @ref{Canonicalizing, ,
-Getting the Canonical System Type, autoconf, The Autoconf Manual}.
+exist.  Also, the @file{Makefile} variables @samp{build_triplet},
address@hidden and @samp{target_triplet} are introduced.  See
address@hidden, , Getting the Canonical System Type, autoconf,
+The Autoconf Manual}.
address@hidden AC_CANONICAL_BUILD
 @cvindex AC_CANONICAL_HOST
address@hidden host_alias
address@hidden AC_CANONICAL_TARGET
address@hidden build_triplet
 @vindex host_triplet
-
address@hidden AC_CANONICAL_SYSTEM
-This is similar to @code{AC_CANONICAL_HOST}, but also defines the
address@hidden variables @samp{build_alias} and @samp{target_alias}.
address@hidden, , Getting the Canonical System Type, autoconf, The
-Autoconf Manual}.
address@hidden AC_CANONICAL_SYSTEM
address@hidden build_alias
address@hidden target_alias
address@hidden target_triplet
 
 @item AC_LIBSOURCE
 @itemx AC_LIBSOURCES
-- 
Alexandre Duret-Lutz





reply via email to

[Prev in Thread] Current Thread [Next in Thread]