]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (Hosts and Cross-Compilation): Specify the
authorAkim Demaille <akim@epita.fr>
Thu, 23 May 2002 17:53:10 +0000 (17:53 +0000)
committerAkim Demaille <akim@epita.fr>
Thu, 23 May 2002 17:53:10 +0000 (17:53 +0000)
version of Autoconf that is discussed.

ChangeLog
doc/autoconf.texi

index ddf42df00bd5fac981226436ed80ab6693f643f6..3118cfecdc194cc6d65bfaac48906c2809ee8aa4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-05-23  Akim Demaille  <akim@epita.fr>
+
+       * doc/autoconf.texi (Hosts and Cross-Compilation): Specify the
+       version of Autoconf that is discussed.
+
 2002-05-22  Paul Eggert  <eggert@twinsun.com>
 
        * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove cf77 and cft77
        AC_FUNC_FNMATCH_GNU also tests for GNU extensions.
        Both macros now accept an optional source-dir arg.
        New macro AC_GNU_SOURCE to define _GNU_SOURCE.
-       
+
        * NEWS: Document this.
        * doc/autoconf.texi (Particular Functions, UNIX Variants): Likewise.
-       
+
        * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): New macro.
        (AC_FUNC_FNMATCH): Use it.  Test only for POSIX conformance,
        not for GNU extensions; this undoes part of the 2000-11-03 change,
@@ -37,7 +42,7 @@
        Don't require AC_SYS_POSIX_TERMIOS.  The test is unnecessary,
        and it causes a 'test' syntax error if it fails.
        Bug reported by Stephen Gildea.
-       
+
        * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
        If prototypes are supported, use them to check this at compile-time,
        instead of trying to check it at run-time.  If we must do a run-time
@@ -53,7 +58,7 @@
        Also, mention HAVE_NLIST_H rather than NLIST_STRUCT, since
        that's what the code does; this fixes a bug reported by
        Paul D. Smith.
-       
+
 2002-05-03  Akim Demaille  <akim@epita.fr>
 
        * bin/autoreconf.in (autoreconf): Rewrite to use Gettext's
index ef6df4eae13ebfdf96281d9b930ff131c33a0d72..1b7fd6c9017ff9bb9da98c3a3ed2efea2504ebe3 100644 (file)
@@ -12568,14 +12568,14 @@ but generate code for GNU Hurd/sparc, which is also the build platform.
 
 @sp 1
 
-In Autoconf, the variables @code{build}, @code{host}, and @code{target}
-had a different semantics before and after the invocation of
-@code{AC_CANONICAL_BUILD} etc.  Now, the argument of @option{--build} is
-strictly copied into @code{build_alias}, and is left empty otherwise.
-After the @code{AC_CANONICAL_BUILD}, @code{build} is set to the
-canonicalized build type.  To ease the transition, before, its contents
-is the same as that of @code{build_alias}.  Do @emph{not} rely on this
-broken feature.
+In Autoconf 2.13 and before, the variables @code{build}, @code{host},
+and @code{target} had a different semantics before and after the
+invocation of @code{AC_CANONICAL_BUILD} etc.  Now, the argument of
+@option{--build} is strictly copied into @code{build_alias}, and is left
+empty otherwise.  After the @code{AC_CANONICAL_BUILD}, @code{build} is
+set to the canonicalized build type.  To ease the transition, before,
+its contents is the same as that of @code{build_alias}.  Do @emph{not}
+rely on this broken feature.
 
 For consistency with the backward compatibility scheme exposed above,
 when @option{--host} is specified by @option{--build} isn't, the build