diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-09-13 22:20:25 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-09-13 22:20:25 +0000 |
commit | 24cae62c934c89d01b88365b4979cc36f53cf408 (patch) | |
tree | 22b711c0e1d96363257792695147656f486e6d37 | |
parent | b673eeb49c54c7ddd2d7d7301b5dacf0efdf653c (diff) | |
download | coreutils-24cae62c934c89d01b88365b4979cc36f53cf408.tar.xz |
* configure.ac: Don't invoke AC_CONFIGURE_HOST directly.
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | configure.ac | 1 |
2 files changed, 6 insertions, 3 deletions
@@ -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, |