Bump minimum supported automake version to 1.13
authorErica Bugden <ebugden@efficios.com>
Thu, 10 Aug 2023 20:32:12 +0000 (16:32 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Wed, 30 Aug 2023 19:33:49 +0000 (15:33 -0400)
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 <ebugden@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/10586
CI-Build: Michael Jeanson <mjeanson@efficios.com>
Reviewed-by: Michael Jeanson <mjeanson@efficios.com>
Tested-by: jenkins <jenkins@lttng.org>
README.adoc
configure.ac

index 17706179c4b441f1ac9188c03834e5d088d0e69f..5d18414b9da6b4b37aa8d80e89b307903bbf19bb 100644 (file)
@@ -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
index 364ee76205597ea099a069307ca873ea0567ba82..c7228ffe5a9137dd5ea22ddd436a97b34fb80862 100644 (file)
@@ -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
This page took 0.026867 seconds and 4 git commands to generate.