* 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 fc0642b..1c86837 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 7c16c46..1c21abc 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,