summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2022-03-06 01:52:59 +0000
committerColin Watson <cjwatson@debian.org>2022-03-06 01:53:00 +0000
commitb0f93b59b1cf647ba12813d1d2a2711c5644e588 (patch)
treea2eb4313fa5d88b1ccb857895e87c0a84a59eab3 /configure.ac
parent0d02fd8b19c116a6886da9fae091c5c5ee5fde41 (diff)
Update to Gnulib 20220301
In line with Gnulib, we now require Automake 1.14. * bootstrap.conf (GNULIB_REVISION): Set to 8c4f4d7a3c28f88b64fce2fb1d0dc0e570d1a482. (buildreq): Bump required automake version to 1.14. * configure.ac (AM_INIT_AUTOMAKE): Bump minimum version to 1.14. * NEWS.md: Document this.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 198cade1..366131cb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ m4_pattern_forbid([^MAN_])
# Initialise and check we're in the correct directory.
AC_INIT([man-db], [2.10.1], [cjwatson@debian.org])
AC_CONFIG_AUX_DIR([build-aux])
-AM_INIT_AUTOMAKE([1.11 -Wall -Wno-override -Werror foreign dist-xz no-dist-gzip parallel-tests])
+AM_INIT_AUTOMAKE([1.14 -Wall -Wno-override -Werror foreign dist-xz no-dist-gzip parallel-tests])
AM_SILENT_RULES([yes])
AC_PREREQ([2.64])
AC_CONFIG_SRCDIR([src/man.c])