From: David MacKenzie Date: Fri, 26 Aug 1994 06:17:48 +0000 (+0000) Subject: bump version number X-Git-Tag: fsf-origin~513 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=642b5b87a21c2b41ac4f3e8ec0812e65abb19ece;p=thirdparty%2Fautoconf.git bump version number --- diff --git a/acgeneral.m4 b/acgeneral.m4 index 5ed11bf96..da6197e25 100644 --- a/acgeneral.m4 +++ b/acgeneral.m4 @@ -35,7 +35,7 @@ Install it before installing Autoconf or set the M4 environment variable to its path name. )m4exit(2)])dnl dnl -define(AC_ACVERSION, 1.105)dnl +define(AC_ACVERSION, 1.106)dnl dnl This is defined by the --version option of the autoconf script. ifdef([AC_PRINT_VERSION], [Autoconf version AC_ACVERSION m4exit(0)])dnl @@ -546,7 +546,7 @@ dnl PRINTABLE2) AC_DEFUN(AC_PREREQ_COMPARE, [ifelse(builtin([eval], [$3 + $2 * 100 + $1 * 10000 < $6 + $5 * 100 + $4 * 10000]), 1, -[errprint(Autoconf version $7 or higher is required +[errprint(Autoconf version $7 or higher is required for this script )m4exit(3)])])dnl dnl dnl Complain and exit if the Autoconf version is less than VERSION. diff --git a/autoconf.texi b/autoconf.texi index 2f0daf911..c081d3790 100644 --- a/autoconf.texi +++ b/autoconf.texi @@ -6,8 +6,8 @@ @c @setchapternewpage odd @c %**end of header -@set EDITION 1.105 -@set VERSION 1.105 +@set EDITION 1.106 +@set VERSION 1.106 @set UPDATED August 1994 @iftex diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 2f0daf911..c081d3790 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -6,8 +6,8 @@ @c @setchapternewpage odd @c %**end of header -@set EDITION 1.105 -@set VERSION 1.105 +@set EDITION 1.106 +@set VERSION 1.106 @set UPDATED August 1994 @iftex diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 index 5ed11bf96..da6197e25 100644 --- a/lib/autoconf/general.m4 +++ b/lib/autoconf/general.m4 @@ -35,7 +35,7 @@ Install it before installing Autoconf or set the M4 environment variable to its path name. )m4exit(2)])dnl dnl -define(AC_ACVERSION, 1.105)dnl +define(AC_ACVERSION, 1.106)dnl dnl This is defined by the --version option of the autoconf script. ifdef([AC_PRINT_VERSION], [Autoconf version AC_ACVERSION m4exit(0)])dnl @@ -546,7 +546,7 @@ dnl PRINTABLE2) AC_DEFUN(AC_PREREQ_COMPARE, [ifelse(builtin([eval], [$3 + $2 * 100 + $1 * 10000 < $6 + $5 * 100 + $4 * 10000]), 1, -[errprint(Autoconf version $7 or higher is required +[errprint(Autoconf version $7 or higher is required for this script )m4exit(3)])])dnl dnl dnl Complain and exit if the Autoconf version is less than VERSION.