summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-09-13 22:20:25 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-09-13 22:20:25 +0000
commit24cae62c934c89d01b88365b4979cc36f53cf408 (patch)
tree22b711c0e1d96363257792695147656f486e6d37 /ChangeLog
parentb673eeb49c54c7ddd2d7d7301b5dacf0efdf653c (diff)
downloadcoreutils-24cae62c934c89d01b88365b4979cc36f53cf408.tar.xz
* configure.ac: Don't invoke AC_CONFIGURE_HOST directly.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 6 insertions, 2 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.