From: Ben Elliston Date: Thu, 10 Dec 1998 07:46:13 +0000 (+0000) Subject: 1998-12-11 Ben Elliston X-Git-Tag: autoconf-2-13-rc1~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=645d02b3992d11c9125908c3c6d1e9beb7618f29;p=thirdparty%2Fautoconf.git 1998-12-11 Ben Elliston * acgeneral.m4 (AC_ACVERSION): Bump to 2.13. * autoconf.texi (EDITION): Likewise. (VERSION): Likewise. --- diff --git a/ChangeLog b/ChangeLog index dccb17e5..a9304311 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +1998-12-11 Ben Elliston + + * acgeneral.m4 (AC_ACVERSION): Bump to 2.13. + + * autoconf.texi (EDITION): Likewise. + (VERSION): Likewise. + 1998-10-30 Jeff Garzik * 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