]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
version 2.3
authorDavid MacKenzie <djm@djmnet.org>
Mon, 27 Mar 1995 23:29:35 +0000 (23:29 +0000)
committerDavid MacKenzie <djm@djmnet.org>
Mon, 27 Mar 1995 23:29:35 +0000 (23:29 +0000)
NEWS
acgeneral.m4
autoconf.texi
doc/autoconf.texi
lib/autoconf/general.m4

diff --git a/NEWS b/NEWS
index 78e1c78e4b807fc16f35c9ea15315679379de4c0..0f541967f67b334f652a0f94ca59c632cdad6eee 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Major changes in release 2.3:
+
+* Fix the cleanup trap in several ways.
+* Handle C compilers that are picky about option placement.
+* ifnames gets the version number from the right directory.
+\f
 Major changes in release 2.2:
 
 * The ifnames utility is much faster but requires a "new awk" interpreter.
index 1bb983d57ad4c71b39d35a7efafa1fab0f14dc27..3d508a9add3455391f3e2233b01131d874af45e9 100644 (file)
@@ -51,7 +51,7 @@ dnl
 divert(-1)dnl Throw away output until AC_INIT is called.
 changequote([, ])
 
-define(AC_ACVERSION, 2.2.1)
+define(AC_ACVERSION, 2.3)
 
 dnl Some old m4's don't support m4exit.  But they provide
 dnl equivalent functionality by core dumping because of the
index 090a1ef29312ceedff676a2a80e4579d785aba9a..476a2cc35e42ec53696dbe19335f7e28bb53e4fd 100644 (file)
@@ -6,8 +6,8 @@
 @c @setchapternewpage odd
 @c %**end of header
 
-@set EDITION 2.2.1
-@set VERSION 2.2.1
+@set EDITION 2.3
+@set VERSION 2.3
 @set UPDATED March 1995
 
 @iftex
index 090a1ef29312ceedff676a2a80e4579d785aba9a..476a2cc35e42ec53696dbe19335f7e28bb53e4fd 100644 (file)
@@ -6,8 +6,8 @@
 @c @setchapternewpage odd
 @c %**end of header
 
-@set EDITION 2.2.1
-@set VERSION 2.2.1
+@set EDITION 2.3
+@set VERSION 2.3
 @set UPDATED March 1995
 
 @iftex
index 1bb983d57ad4c71b39d35a7efafa1fab0f14dc27..3d508a9add3455391f3e2233b01131d874af45e9 100644 (file)
@@ -51,7 +51,7 @@ dnl
 divert(-1)dnl Throw away output until AC_INIT is called.
 changequote([, ])
 
-define(AC_ACVERSION, 2.2.1)
+define(AC_ACVERSION, 2.3)
 
 dnl Some old m4's don't support m4exit.  But they provide
 dnl equivalent functionality by core dumping because of the