From: Ben Elliston Date: Wed, 2 Jun 1999 14:25:59 +0000 (+0000) Subject: 1999-06-03 Ben Elliston X-Git-Tag: trunk-pre-merge-trunk-into-experimental-1999-10-01~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcdb3e71c6597c435b79fd0854f92808d416710a;p=thirdparty%2Fautoconf.git 1999-06-03 Ben Elliston * acgeneral.m4 (AC_ACVERSION): Correct version number. * autoconf.texi (EDITION): Likewise. (VERSION): Likewise. --- diff --git a/ChangeLog b/ChangeLog index e12b6188..a3f9ccd3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1999-06-03 Ben Elliston + + * acgeneral.m4 (AC_ACVERSION): Correct version number. + * autoconf.texi (EDITION): Likewise. + (VERSION): Likewise. + 1999-05-27 Matthew D. Langston * acgeneral.m4 (AC_CHECK_LIB): Translate the ":" character to a diff --git a/acgeneral.m4 b/acgeneral.m4 index 4e0eaedb..8ef41145 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 5671a290..27fc997e 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 5671a290..27fc997e 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 4e0eaedb..8ef41145 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