From 82c496894360d1e590821ea9d35b6f808d4e0fbd Mon Sep 17 00:00:00 2001 From: Erica Bugden Date: Thu, 10 Aug 2023 16:32:12 -0400 Subject: [PATCH] Bump minimum supported automake version to 1.13 since 1.13.4 is the earliest version of automake that we currently build with regularly in the CI. Build tests are not currently run with 1.12 so it is risky to claim supporting it. Change-Id: I353a60f39c9ac8e1d279745b3225d64e40eab4cc Signed-off-by: Erica Bugden Reviewed-on: https://review.lttng.org/c/babeltrace/+/10586 CI-Build: Michael Jeanson Reviewed-by: Michael Jeanson Tested-by: jenkins --- README.adoc | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 17706179..5d18414b 100644 --- a/README.adoc +++ b/README.adoc @@ -70,7 +70,7 @@ https://clang.llvm.org/[Clang] is one of those. Tools:: * https://www.gnu.org/software/make/[GNU Make] * **If you build from a Git clone**: - ** https://www.gnu.org/software/automake/[GNU Automake]{nbsp}≥{nbsp}1.12 + ** https://www.gnu.org/software/automake/[GNU Automake]{nbsp}≥{nbsp}1.13 ** https://www.gnu.org/software/autoconf/[GNU Autoconf]{nbsp}≥{nbsp}2.69 ** https://www.gnu.org/software/libtool/[GNU Libtool]{nbsp}≥{nbsp}2.2 ** https://github.com/westes/flex[flex]{nbsp}≥{nbsp}2.5.35 diff --git a/configure.ac b/configure.ac index 364ee762..c7228ffe 100644 --- a/configure.ac +++ b/configure.ac @@ -50,7 +50,7 @@ AC_CANONICAL_HOST ## Automake base setup ## ## ## -AM_INIT_AUTOMAKE([1.12 foreign dist-bzip2 no-dist-gzip tar-ustar nostdinc -Wall -Wno-portability -Werror]) +AM_INIT_AUTOMAKE([1.13 foreign dist-bzip2 no-dist-gzip tar-ustar nostdinc -Wall -Wno-portability -Werror]) AM_MAINTAINER_MODE([enable]) # Enable silent rules by default -- 2.34.1