From d54a2c77382fb406d6e88f4bc82c901202f3aefe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1n=20Tomko?= Date: Wed, 3 Apr 2019 02:01:30 +0200 Subject: [PATCH] configure: split AM_INIT_AUTOMAKE into multiple lines MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Make it work better with git history. Signed-off-by: Ján Tomko Reviewed-by: Daniel P. Berrangé --- configure.ac | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b1202a231f..06d171d190 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,14 @@ AH_BOTTOM([#include ]) AC_CONFIG_MACRO_DIR([m4]) dnl Make automake keep quiet about wildcards & other GNUmake-isms; also keep dnl quiet about the fact that we intentionally cater to automake 1.9 -AM_INIT_AUTOMAKE([-Wno-portability -Wno-obsolete tar-pax no-dist-gzip dist-xz subdir-objects]) +AM_INIT_AUTOMAKE([ + -Wno-portability + -Wno-obsolete + tar-pax + no-dist-gzip + dist-xz + subdir-objects + ]) dnl older automake's default of ARFLAGS=cru is noisy on newer binutils; dnl we don't really need the 'u' even in older toolchains. Then there is dnl older libtool, which spelled it AR_FLAGS