]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
bump version number
authorDavid MacKenzie <djm@djmnet.org>
Fri, 26 Aug 1994 06:17:48 +0000 (06:17 +0000)
committerDavid MacKenzie <djm@djmnet.org>
Fri, 26 Aug 1994 06:17:48 +0000 (06:17 +0000)
acgeneral.m4
autoconf.texi
doc/autoconf.texi
lib/autoconf/general.m4

index 5ed11bf9634ff93b9f27c8a823a2c4fca29be3b4..da6197e25a36184a6bf61f694c004a63a65d9fe4 100644 (file)
@@ -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.
index 2f0daf9118bbb31a666cc2b67ca127e7934ded96..c081d37908d019a3d41a271756ee5e58d687ed71 100644 (file)
@@ -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
index 2f0daf9118bbb31a666cc2b67ca127e7934ded96..c081d37908d019a3d41a271756ee5e58d687ed71 100644 (file)
@@ -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
index 5ed11bf9634ff93b9f27c8a823a2c4fca29be3b4..da6197e25a36184a6bf61f694c004a63a65d9fe4 100644 (file)
@@ -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.