diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 10:27:05 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 10:27:05 +0000 |
commit | 4a8fa3e7b3a9f858274100d865fdcbff908eaa94 (patch) | |
tree | eba8b15a3276a836325d884608f58368bf100f3c /configure.ac | |
parent | Adding upstream version 2.52+20231210. (diff) | |
download | autoconf-dickey-4a8fa3e7b3a9f858274100d865fdcbff908eaa94.tar.xz autoconf-dickey-4a8fa3e7b3a9f858274100d865fdcbff908eaa94.zip |
Adding upstream version 2.52+20240618.upstream/2.52+20240618upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 6 |
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(..) |