mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 04:25:18 +00:00
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 <jtomko@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
d54a2c7738
commit
c94db5fef5
@ -22,11 +22,9 @@ AC_CONFIG_AUX_DIR([build-aux])
|
|||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
AH_BOTTOM([#include <config-post.h>])
|
AH_BOTTOM([#include <config-post.h>])
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
dnl Make automake keep quiet about wildcards & other GNUmake-isms; also keep
|
dnl Make automake keep quiet about wildcards & other GNUmake-isms
|
||||||
dnl quiet about the fact that we intentionally cater to automake 1.9
|
|
||||||
AM_INIT_AUTOMAKE([
|
AM_INIT_AUTOMAKE([
|
||||||
-Wno-portability
|
-Wno-portability
|
||||||
-Wno-obsolete
|
|
||||||
tar-pax
|
tar-pax
|
||||||
no-dist-gzip
|
no-dist-gzip
|
||||||
dist-xz
|
dist-xz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user