diff options
author | Akim Demaille <akim@epita.fr> | 2001-08-20 14:46:59 +0000 |
---|---|---|
committer | Akim Demaille <akim@epita.fr> | 2001-08-20 14:46:59 +0000 |
commit | c6e60857101e062e3c0c088bebe966aceb9a6608 (patch) | |
tree | 774e8c200112e940e67156380d43fbf840693fad /NEWS | |
parent | 23f9787fe5d7716c9c19b8d79e8b33d6fb45d2fa (diff) | |
download | autoconf-c6e60857101e062e3c0c088bebe966aceb9a6608.tar.gz |
* lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Warn if the
arguments are not literals.
* doc/autoconf.texi (Input) <AC_INIT>: Arguments must be literals.
Specify the output variables, and macros defined.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,8 +1,15 @@ * Major changes in Autoconf 2.52c -*- outline -*- ** Licensing - The autoconf manual is now distributed under the terms of the GNU FDL. + The Autoconf manual is now distributed under the terms of the GNU FDL. ** Requirements Perl 5.005 is now required to run Autoconf. +** Documentation +- AC_INIT + Argument requirements, output variables, defined macros. +- Autotest + First sketch of its documentation. +- Double quoting macros + AC_TRY_CPP, AC_TRY_COMPILE, AC_TRY_LINK and AC_TRY_RUN. ** autom4te New executable, used by the Autoconf suite to cache and speed up some processing. |