mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-27 01:49:56 +08:00
version 2.1
This commit is contained in:
parent
0d1362ba57
commit
c6a5d9a45b
7
NEWS
7
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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user