summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2001-08-20 14:46:59 +0000
committerAkim Demaille <akim@epita.fr>2001-08-20 14:46:59 +0000
commitc6e60857101e062e3c0c088bebe966aceb9a6608 (patch)
tree774e8c200112e940e67156380d43fbf840693fad /NEWS
parent23f9787fe5d7716c9c19b8d79e8b33d6fb45d2fa (diff)
downloadautoconf-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--NEWS9
1 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c2c37ba9..bfb9ff11 100644
--- a/NEWS
+++ b/NEWS
@@ -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.