From: Paul Eggert Date: Tue, 13 Sep 2005 22:20:25 +0000 (+0000) Subject: * configure.ac: Don't invoke AC_CONFIGURE_HOST directly. X-Git-Tag: COREUTILS-5_90~240 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=24cae62c934c89d01b88365b4979cc36f53cf408;p=platform%2Fupstream%2Fcoreutils.git * configure.ac: Don't invoke AC_CONFIGURE_HOST directly. --- diff --git a/ChangeLog b/ChangeLog index fc0642b..1c86837 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2005-09-13 Paul Eggert + * 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 - * 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 7c16c46..1c21abc 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,