From: Eugene Syromyatnikov Date: Mon, 4 Sep 2017 20:45:12 +0000 (+0200) Subject: configure.ac: specify minimal GNU Automake version X-Git-Tag: v4.19~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db70fcf6dad749e3a04f739c6fee37a22d1e16e1;p=strace configure.ac: specify minimal GNU Automake version In order to provide better diagnostics. * configure.ac (AM_INIT_AUTOMAKE): Specify minimal GNU Automake version as 1.13 due to usage of AM_EXTRA_RECURSIVE_TARGETS macro. Closes: https://github.com/strace/strace/issues/11 --- diff --git a/configure.ac b/configure.ac index 8a507551..d064285f 100644 --- a/configure.ac +++ b/configure.ac @@ -42,7 +42,7 @@ AC_COPYRIGHT([Copyright (c) 1999-]copyright_year[ The strace developers.]) AC_CONFIG_SRCDIR([strace.c]) AC_CONFIG_AUX_DIR([.]) AC_CONFIG_HEADERS([config.h]) -AM_INIT_AUTOMAKE([foreign nostdinc dist-xz silent-rules parallel-tests]) +AM_INIT_AUTOMAKE([foreign nostdinc dist-xz silent-rules parallel-tests 1.13]) AM_MAINTAINER_MODE AC_CANONICAL_HOST