summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--configure.ac1
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index fc0642b33..1c8683784 100644
--- 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.
diff --git a/configure.ac b/configure.ac
index 7c16c46b4..1c21abcc9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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,