From: Akim Demaille Date: Fri, 25 Oct 2002 09:03:31 +0000 (+0000) Subject: Update. X-Git-Tag: AUTOCONF-2.54a~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31563ce0adbe433acd1fa5449bb6cc6ca656232e;p=thirdparty%2Fautoconf.git Update. --- diff --git a/NEWS b/NEWS index a156e485a..be6e54bd8 100644 --- a/NEWS +++ b/NEWS @@ -45,6 +45,28 @@ assignments. +** Plans for 2.56 + +- ./configure + + The compatibility hooks with the old scheme will be completely + removed. Please, advice/use `--build', `--host', and `--target' + only. + +- AC_CHECK_HEADER, AC_CHECK_HEADERS + + The tests will be stricter, please make sure your invocations are + valid. + +- shell functions + + Shell functions will gradually be introduced, probably starting with + Autotest. If you know machines which are in use that you suspect + *not* to support shell functions, please run the test suite of + Autoconf 2.55 on it, and report the results to + bug-autoconf@gnu.org. + + * Major changes in Autoconf 2.54 Released September 13th, 2002.