From 16f7dd63d97156dde9b6e88a1acccc25a39f3482 Mon Sep 17 00:00:00 2001
From: Ben Elliston <[EMAIL REDACTED]>
Date: Wed, 2 Jun 1999 14:44:13 +0000
Subject: [PATCH] 1999-06-03 Ben Elliston <bje@cygnus.com> * acgeneral.m4
(AC_ACVERSION): Correct version number. * autoconf.texi (EDITION):
Likewise. (VERSION): Likewise.
---
ChangeLog | 6 ++++++
acgeneral.m4 | 2 +-
autoconf.texi | 6 +++---
doc/autoconf.texi | 6 +++---
lib/autoconf/general.m4 | 2 +-
5 files changed, 14 insertions(+), 8 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index e364f53a..ff70ca4c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+1999-06-03 Ben Elliston <bje@cygnus.com>
+
+ * acgeneral.m4 (AC_ACVERSION): Correct version number.
+ * autoconf.texi (EDITION): Likewise.
+ (VERSION): Likewise.
+
1999-06-02 Matthew D. Langston <langston@SLAC.Stanford.EDU>
* autoconf.texi (Pretty Help Strings): Document and regenerate the
diff --git a/acgeneral.m4 b/acgeneral.m4
index 6b00092c..76501148 100644
--- a/acgeneral.m4
+++ b/acgeneral.m4
@@ -52,7 +52,7 @@ dnl
divert(-1)dnl Throw away output until AC_INIT is called.
changequote([, ])
-define(AC_ACVERSION, 2.14.1)
+define(AC_ACVERSION, 2.13.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 f4968b2b..3590cf98 100644
--- a/autoconf.texi
+++ b/autoconf.texi
@@ -6,9 +6,9 @@
@c @setchapternewpage odd
@c %**end of header
-@set EDITION 2.14
-@set VERSION 2.14
-@set UPDATED April 1999
+@set EDITION 2.13.1
+@set VERSION 2.13.1
+@set UPDATED June 1999
@iftex
@finalout
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index f4968b2b..3590cf98 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -6,9 +6,9 @@
@c @setchapternewpage odd
@c %**end of header
-@set EDITION 2.14
-@set VERSION 2.14
-@set UPDATED April 1999
+@set EDITION 2.13.1
+@set VERSION 2.13.1
+@set UPDATED June 1999
@iftex
@finalout
diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4
index 6b00092c..76501148 100644
--- a/lib/autoconf/general.m4
+++ b/lib/autoconf/general.m4
@@ -52,7 +52,7 @@ dnl
divert(-1)dnl Throw away output until AC_INIT is called.
changequote([, ])
-define(AC_ACVERSION, 2.14.1)
+define(AC_ACVERSION, 2.13.1)
dnl Some old m4's don't support m4exit. But they provide
dnl equivalent functionality by core dumping because of the