]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
version 2.1
authorDavid MacKenzie <djm@djmnet.org>
Fri, 4 Nov 1994 04:19:54 +0000 (04:19 +0000)
committerDavid MacKenzie <djm@djmnet.org>
Fri, 4 Nov 1994 04:19:54 +0000 (04:19 +0000)
NEWS
acgeneral.m4
autoconf.texi
doc/autoconf.texi
lib/autoconf/general.m4

diff --git a/NEWS b/NEWS
index 9f51474e60b3800467f1309909eaf7b5ff000cf8..af1bbe2e68d1b889df83ddde473a7c6e0603a050 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Major changes in release 2.1:
+
+* Fix C++ problems.
+* More explanations in the manual.
+* Fix a spurious failure in the testsuite.
+* Clarify some warning messages.
+\f
 Thanks to everybody who's submitted changes and additions to Autoconf!
 I've incorporated many of them, and am still considering others for
 future releases -- but I didn't want to postpone this release indefinitely.
index a89403440a2a5108fd199d3475ffea10dd2ea632..215e9e72c5f69f8708c365eb4750a1a7df9f2b3a 100644 (file)
@@ -51,7 +51,7 @@ dnl
 divert(-1)dnl Throw away output until AC_INIT is called.
 changequote([, ])
 
-define(AC_ACVERSION, 2.0)
+define(AC_ACVERSION, 2.1)
 
 dnl Some old m4's don't support m4exit.  But they provide
 dnl equivalent functionality by core dumping because of the
index 2dad62d7d19b25308b13d26cf76f2eb941418544..f4de634789b1f962aec8c0f6be288f5b33b6cfc5 100644 (file)
@@ -6,9 +6,9 @@
 @c @setchapternewpage odd
 @c %**end of header
 
-@set EDITION 2.0
-@set VERSION 2.0
-@set UPDATED October 1994
+@set EDITION 2.1
+@set VERSION 2.1
+@set UPDATED November 1994
 
 @iftex
 @finalout
index 2dad62d7d19b25308b13d26cf76f2eb941418544..f4de634789b1f962aec8c0f6be288f5b33b6cfc5 100644 (file)
@@ -6,9 +6,9 @@
 @c @setchapternewpage odd
 @c %**end of header
 
-@set EDITION 2.0
-@set VERSION 2.0
-@set UPDATED October 1994
+@set EDITION 2.1
+@set VERSION 2.1
+@set UPDATED November 1994
 
 @iftex
 @finalout
index a89403440a2a5108fd199d3475ffea10dd2ea632..215e9e72c5f69f8708c365eb4750a1a7df9f2b3a 100644 (file)
@@ -51,7 +51,7 @@ dnl
 divert(-1)dnl Throw away output until AC_INIT is called.
 changequote([, ])
 
-define(AC_ACVERSION, 2.0)
+define(AC_ACVERSION, 2.1)
 
 dnl Some old m4's don't support m4exit.  But they provide
 dnl equivalent functionality by core dumping because of the