
29 Jun
2018
29 Jun
'18
4:01 p.m.
libvirt already use both options and libvirt-dbus only targets a subset of the platforms, so we can safely enable them. Signed-off-by: Andrea Bolognani <abologna@redhat.com> --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b6261a0..fff237a 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) dnl Make automake keep quiet about wildcards & other GNUmake-isms -AM_INIT_AUTOMAKE([foreign -Wno-portability subdir-objects]) +AM_INIT_AUTOMAKE([foreign -Wno-portability -Wno-obsolete subdir-objects tar-pax]) AC_CANONICAL_HOST AC_USE_SYSTEM_EXTENSIONS -- 2.17.1