From 8bfb36db40f38e92823b657b5a342652064b5adc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1n=20Tomko?= Date: Wed, 3 Apr 2019 02:29:03 +0200 Subject: [PATCH] configure.ac: add foreign to AM_INIT_AUTOMAKE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We do not care about the portability warnings implied by the implicit 'gnu' option. Switch to 'foreign' to opt out of checking the files present in the top directory to let us drop ChangeLog completely. Signed-off-by: Ján Tomko Reviewed-by: Daniel P. Berrangé --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index da4b386afa..4afa4d4b78 100644 --- a/configure.ac +++ b/configure.ac @@ -24,6 +24,7 @@ AH_BOTTOM([#include ]) AC_CONFIG_MACRO_DIR([m4]) dnl Make automake keep quiet about wildcards & other GNUmake-isms AM_INIT_AUTOMAKE([ + foreign -Wno-portability tar-pax no-dist-gzip