From: Michael Jeanson Date: Thu, 7 Nov 2019 19:02:55 +0000 (-0500) Subject: Require automake >= 1.12 X-Git-Tag: v2.12.0-rc1~242 X-Git-Url: https://git.liburcu.org/?p=lttng-tools.git;a=commitdiff_plain;h=343a7a9847cf64943c5f33043b7b931fca48bdc0 Require automake >= 1.12 The test suite LOG_DRIVER statement requires that automake >= 1.12 be used during bootstrap. Signed-off-by: Michael Jeanson Signed-off-by: Jérémie Galarneau --- diff --git a/configure.ac b/configure.ac index e75ad55d0..7b05c823b 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_TARGET AC_CANONICAL_HOST -AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip tar-pax nostdinc]) +AM_INIT_AUTOMAKE([1.12 foreign dist-bzip2 no-dist-gzip tar-pax nostdinc]) AM_MAINTAINER_MODE([enable]) # Enable silent rules if available (Introduced in AM 1.11)