autoconf: 1998-12-11 Ben Elliston <bje@cygnus.com>

https://github.com/libsdl-org/autoconf/commit/645d02b3992d11c9125908c3c6d1e9beb7618f29

From 645d02b3992d11c9125908c3c6d1e9beb7618f29 Mon Sep 17 00:00:00 2001
From: Ben Elliston <[EMAIL REDACTED]>
Date: Thu, 10 Dec 1998 07:46:13 +0000
Subject: [PATCH] 1998-12-11  Ben Elliston  <bje@cygnus.com> 	* acgeneral.m4
 (AC_ACVERSION): Bump to 2.13. 	* autoconf.texi (EDITION): Likewise. 
 (VERSION): Likewise.

---
 ChangeLog               | 7 +++++++
 acgeneral.m4            | 2 +-
 autoconf.texi           | 6 +++---
 doc/autoconf.texi       | 6 +++---
 lib/autoconf/general.m4 | 2 +-
 5 files changed, 15 insertions(+), 8 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index dccb17e5..a9304311 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+1998-12-11  Ben Elliston  <bje@cygnus.com>
+
+	* acgeneral.m4 (AC_ACVERSION): Bump to 2.13.
+
+	* autoconf.texi (EDITION): Likewise.
+	(VERSION): Likewise.
+
 1998-10-30  Jeff Garzik <jgarzik@pobox.com>
 
 	* autoconf.texi: Document AC_CACHE_LOAD and AC_CACHE_SAVE. Explain
diff --git a/acgeneral.m4 b/acgeneral.m4
index b3418eae..30e114b0 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.12.2)
+define(AC_ACVERSION, 2.13)
 
 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 47013cb7..367efe41 100644
--- a/autoconf.texi
+++ b/autoconf.texi
@@ -6,9 +6,9 @@
 @c @setchapternewpage odd
 @c %**end of header
 
-@set EDITION 2.12
-@set VERSION 2.12
-@set UPDATED November 1996
+@set EDITION 2.13
+@set VERSION 2.13
+@set UPDATED December 1998
 
 @iftex
 @finalout
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 47013cb7..367efe41 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -6,9 +6,9 @@
 @c @setchapternewpage odd
 @c %**end of header
 
-@set EDITION 2.12
-@set VERSION 2.12
-@set UPDATED November 1996
+@set EDITION 2.13
+@set VERSION 2.13
+@set UPDATED December 1998
 
 @iftex
 @finalout
diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4
index b3418eae..30e114b0 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.12.2)
+define(AC_ACVERSION, 2.13)
 
 dnl Some old m4's don't support m4exit.  But they provide
 dnl equivalent functionality by core dumping because of the