summaryrefslogtreecommitdiffstats
path: root/doc/autoconf.info
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-26 10:27:05 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-26 10:27:05 +0000
commitb44629ad9c25672144b704537a9c6745afd7bc39 (patch)
tree03c8aac812988cee38a264245a2a9844d0ce315d /doc/autoconf.info
parentReleasing progress-linux version 2.52+20231210-1~progress7.99u1. (diff)
downloadautoconf-dickey-b44629ad9c25672144b704537a9c6745afd7bc39.tar.xz
autoconf-dickey-b44629ad9c25672144b704537a9c6745afd7bc39.zip
Merging upstream version 2.52+20240618.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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':