From 6ca540715139899137e1f86c7e1dcbd0288f15b3 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 31 Mar 2021 09:18:12 +0200 Subject: [PATCH] build: Require automake 1.16.3 * configure.ac (min_automake_version): Bump to 1.16.3 -- This version has the now needed support for - new variable AM_DISTCHECK_DVI_TARGET, to allow overriding the "make dvi" that is done as part of distcheck. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 59374491f..9cf0c6a7f 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.61]) -min_automake_version="1.14" +min_automake_version="1.16.3" # To build a release you need to create a tag with the version number # (git tag -s gnupg-2.n.m) and run "./autogen.sh --force". Please