Require automake >= 1.12
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 8 Oct 2019 18:25:36 +0000 (14:25 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Wed, 9 Oct 2019 19:52:43 +0000 (15:52 -0400)
The test suite LOG_DRIVER statement requires that automake >= 1.12 be used
during bootstrap.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Change-Id: I848324bfabcf158f53bed5ed4c1045546e9a8ce5
Reviewed-on: https://review.lttng.org/c/babeltrace/+/2152
Reviewed-by: Simon Marchi <simon.marchi@efficios.com>
configure.ac

index 316177b31c44f33c517c6fe750f5dda8056605cc..851d0a55fb7273bfb74819e732f50b7071c0dfa0 100644 (file)
@@ -60,7 +60,7 @@ AC_CANONICAL_HOST
 ## Automake base setup ##
 ##                     ##
 
-AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip tar-ustar nostdinc])
+AM_INIT_AUTOMAKE([1.12 foreign dist-bzip2 no-dist-gzip tar-ustar nostdinc])
 AM_MAINTAINER_MODE([enable])
 
 # Enable silent rules if available (Introduced in AM 1.11)
This page took 0.025919 seconds and 4 git commands to generate.