diff options
author | Werner Koch <wk@gnupg.org> | 2021-03-31 09:18:12 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2021-03-31 09:18:12 +0200 |
commit | 6ca540715139899137e1f86c7e1dcbd0288f15b3 (patch) | |
tree | 1a90e0744a37b6585257eb01ea63272f805cc798 | |
parent | build: Update gpg-error.m4. (diff) | |
download | gnupg2-6ca540715139899137e1f86c7e1dcbd0288f15b3.tar.xz gnupg2-6ca540715139899137e1f86c7e1dcbd0288f15b3.zip |
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.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |