]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
configure.ac: drop -Wno-obsolete from AM_INIT_AUTOMAKE
authorJán Tomko <jtomko@redhat.com>
Wed, 3 Apr 2019 00:21:28 +0000 (02:21 +0200)
committerJán Tomko <jtomko@redhat.com>
Wed, 3 Apr 2019 11:30:47 +0000 (13:30 +0200)
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 <jtomko@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
configure.ac

index 06d171d1904701065b7916c285de27e3c5615e70..da4b386afa852cf1ae4339dd74bd782610804d8d 100644 (file)
@@ -22,11 +22,9 @@ AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS([config.h])
 AH_BOTTOM([#include <config-post.h>])
 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