From aa567bc1cc639fd4b791d0b57db0615a7b6ea648 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Tue, 10 Apr 2018 16:06:39 +1000 Subject: configure: Add subdir-objects to all automake flags. This option silences warning with automake-1.16.1 allowing us to upgrade to that version. This change has been tested with automake-1.12.6 and automake-1.16.1. It seems version 1.16.1 configures slower than 1.12.6 for the same source and BSP. The newer versions is 6 second slower. Close #3387. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 5933bb88f4..2d0a2056b3 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ AS_IF([test -f aclocal/version.m4],[ ]) AC_CANONICAL_TARGET([]) -AM_INIT_AUTOMAKE([no-define foreign dist-bzip2 no-dist-gzip 1.12.2]) +AM_INIT_AUTOMAKE([no-define foreign dist-bzip2 no-dist-gzip subdir-objects 1.12.2]) AM_MAINTAINER_MODE ## These option are only in here to let --help report all supported -- cgit v1.2.3