From: David MacKenzie Date: Tue, 22 Mar 1994 13:45:54 +0000 (+0000) Subject: Mention more new stuff. X-Git-Tag: fsf-origin~775 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ef9cd98132f43df3d6da6fc3624ec3ca997196e;p=thirdparty%2Fautoconf.git Mention more new stuff. --- diff --git a/NEWS b/NEWS index 400b94b88..ac8fbe18b 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,10 @@ Major changes in release 1.8: install.sh is distributed with Autoconf. * AC_OUTPUT adds its comments in C format when substituting in C files. * Relative srcdir values are not made absolute. +* Autoconf-generated configure scripts are stamped with the version of + Autoconf that generated them, to aid debugging. +* Namespace cleanup: all shell variables used internally by Autoconf + have names beginning with `ac_'. Major changes in release 1.7: