From: David MacKenzie Date: Fri, 4 Nov 1994 04:19:54 +0000 (+0000) Subject: version 2.1 X-Git-Tag: fsf-origin~360 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6a5d9a45b989dea5724d2fc2cc6fcf5d2341765;p=thirdparty%2Fautoconf.git version 2.1 --- diff --git a/NEWS b/NEWS index 9f51474e6..af1bbe2e6 100644 --- 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. + 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. diff --git a/acgeneral.m4 b/acgeneral.m4 index a89403440..215e9e72c 100644 --- a/acgeneral.m4 +++ b/acgeneral.m4 @@ -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 diff --git a/autoconf.texi b/autoconf.texi index 2dad62d7d..f4de63478 100644 --- a/autoconf.texi +++ b/autoconf.texi @@ -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 diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 2dad62d7d..f4de63478 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -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 diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 index a89403440..215e9e72c 100644 --- a/lib/autoconf/general.m4 +++ b/lib/autoconf/general.m4 @@ -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