aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2015-01-05 13:55:36 +0000
committerWerner Koch <[email protected]>2015-01-05 13:55:36 +0000
commit445bb17d5fe6b53db078082fb033dbc67eea8307 (patch)
tree1a43ae3925f1760531b9e00ad37fb210209bc8db /configure.ac
parentagent: Make --allow-loopback-pinentry gpgconf changeable. (diff)
downloadgnupg-445bb17d5fe6b53db078082fb033dbc67eea8307.tar.gz
gnupg-445bb17d5fe6b53db078082fb033dbc67eea8307.zip
build: Require automake 1.14.
* configure.ac (AM_INIT_AUTOMAKE): Add serial-tests.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 2 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 16843f45d..30a639e11 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
-min_automake_version="1.10"
+min_automake_version="1.14"
# 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
@@ -78,9 +78,7 @@ VERSION=$PACKAGE_VERSION
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR([sm/gpgsm.c])
AC_CONFIG_HEADER([config.h])
-# Note: For automake 1.13 add the option
-# serial-tests
-AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip])
+AM_INIT_AUTOMAKE([serial-tests dist-bzip2 no-dist-gzip])
AC_CANONICAL_HOST
AB_INIT