From: Ján Tomko Date: Wed, 3 Apr 2019 00:29:03 +0000 (+0200) Subject: configure.ac: add foreign to AM_INIT_AUTOMAKE X-Git-Tag: v5.3.0-rc1~278 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bfb36db40f38e92823b657b5a342652064b5adc;p=thirdparty%2Flibvirt.git configure.ac: add foreign to AM_INIT_AUTOMAKE 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é --- 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