]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* configure.ac: Don't invoke AC_CONFIGURE_HOST directly.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 13 Sep 2005 22:20:25 +0000 (22:20 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 13 Sep 2005 22:20:25 +0000 (22:20 +0000)
ChangeLog
configure.ac

index fc0642b33b4c5112d698baf48282687fbfd6aa28..1c8683784fe4c2e10f6b225512a94db11ea617ff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2005-09-13  Paul Eggert  <eggert@cs.ucla.edu>
 
+       * Version 5.3.1-cvs.
+
+       * configure.ac: Don't invoke AC_CONFIGURE_HOST directly; AB_INIT
+       does it for us, and our invocation evokes a diagnostic from
+       Autoconf 2.59.
+
        * NEWS: date has a new --rfc-3339 option, and the old --iso-8601
        option is deprecated.  date and ls also have new time format
        specifiers %:z, %::z, %:::z.
@@ -25,8 +31,6 @@
 
 2005-09-13  Jim Meyering  <jim@meyering.net>
 
-       * Version 5.3.1-cvs.
-
        * Makefile.maint (GZIP_ENV): Add --rsyncable option.
        (makefile-check): Escape a `$' in a diagnostic.
 
index 7c16c46b463ee4656a720881b7d7ac93496e644d..1c21abcc9c36279119b8788f8c12889d39b3c031 100644 (file)
@@ -36,7 +36,6 @@ AC_PROG_CPP
 AC_PROG_GCC_TRADITIONAL
 AC_PROG_RANLIB
 AC_PROG_LN_S
-AC_CANONICAL_HOST
 
 
 AC_CHECK_FUNCS(uname,