From: Ján Tomko Date: Wed, 3 Apr 2019 00:21:28 +0000 (+0200) Subject: configure.ac: drop -Wno-obsolete from AM_INIT_AUTOMAKE X-Git-Tag: v5.3.0-rc1~279 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c94db5fef580ab678755b4e3ca7dbb8adf90f5ac;p=thirdparty%2Flibvirt.git configure.ac: drop -Wno-obsolete from AM_INIT_AUTOMAKE Even Ubuntu 16.04 has automake 1.11. Now that we no longer cater to automake 1.9, drop the comment as well as the -Wno-obsolete option, since it does not seem to generate any warnings anymore. Signed-off-by: Ján Tomko Reviewed-by: Daniel P. Berrangé --- diff --git a/configure.ac b/configure.ac index 06d171d190..da4b386afa 100644 --- a/configure.ac +++ b/configure.ac @@ -22,11 +22,9 @@ AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) 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 +dnl Make automake keep quiet about wildcards & other GNUmake-isms AM_INIT_AUTOMAKE([ -Wno-portability - -Wno-obsolete tar-pax no-dist-gzip dist-xz