summaryrefslogtreecommitdiffstats
path: root/configure.ac
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
commitd6fe4fb413ea9fdfa582bb93118b08a90b61e0c7 (patch)
tree73093cae167213511bbf8bb08ce56cbf8846654c /configure.ac
parentAdding debian version 2.52+20231210-1. (diff)
downloadautoconf-dickey-d6fe4fb413ea9fdfa582bb93118b08a90b61e0c7.tar.xz
autoconf-dickey-d6fe4fb413ea9fdfa582bb93118b08a90b61e0c7.zip
Merging upstream version 2.52+20240618.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 1235c3b..0e0a2ed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,12 +1,12 @@
# -*- Autoconf -*-
-# Copyright 2008-2022,2023 Thomas E. Dickey
+# Copyright 2008-2023,2024 Thomas E. Dickey
#------------------------------------------------------------------------------
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.50)
-AC_INIT(GNU Autoconf, [2.52.20231210], dickey@invisible-island.net)
+AC_INIT(GNU Autoconf, [2.52.20240618], dickey@invisible-island.net)
AC_CONFIG_SRCDIR(acgeneral.m4)
AC_CONFIG_AUX_DIR(config)
-AM_INIT_AUTOMAKE(autoconf, [2.52.20231210])
+AM_INIT_AUTOMAKE(autoconf, [2.52.20240618])
# Initialize the test suite.
AT_CONFIG(..)