summaryrefslogtreecommitdiffstats
path: root/doc/autoconf.info
diff options
context:
space:
mode:
Diffstat (limited to 'doc/autoconf.info')
-rw-r--r--doc/autoconf.info8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/autoconf.info b/doc/autoconf.info
index d64dd17..46afdc9 100644
--- a/doc/autoconf.info
+++ b/doc/autoconf.info
@@ -51,8 +51,8 @@ File: autoconf.info, Node: Top, Next: Introduction, Prev: (dir), Up: (dir)
This file documents the GNU Autoconf package for creating scripts to
configure source code packages using templates and the GNU M4 macro
-package. This is edition 2.52.20231210, for Autoconf version
-2.52.20231210.
+package. This is edition 2.52.20240618, for Autoconf version
+2.52.20240618.
* Menu:
@@ -1318,7 +1318,7 @@ Using them is optional.
than VERSION, print an error message to the standard error output
and do not create 'configure'. For example:
- AC_PREREQ(2.52.20231210)
+ AC_PREREQ(2.52.20240618)
This macro is the only macro that may be used before 'AC_INIT', but
for consistency, you are invited not to do so.
@@ -1341,7 +1341,7 @@ Using them is optional.
For example, this line in 'configure.ac':
- AC_REVISION($Revision: 1.77 $)
+ AC_REVISION($Revision: 1.80 $)
produces this in 'configure':