mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 06:05:27 +00:00
configure: split AM_INIT_AUTOMAKE into multiple lines
Make it work better with git history. Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
f01a34f04c
commit
d54a2c7738
@ -24,7 +24,14 @@ 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; also keep
|
||||||
dnl quiet about the fact that we intentionally cater to automake 1.9
|
dnl quiet about the fact that we intentionally cater to automake 1.9
|
||||||
AM_INIT_AUTOMAKE([-Wno-portability -Wno-obsolete tar-pax no-dist-gzip dist-xz subdir-objects])
|
AM_INIT_AUTOMAKE([
|
||||||
|
-Wno-portability
|
||||||
|
-Wno-obsolete
|
||||||
|
tar-pax
|
||||||
|
no-dist-gzip
|
||||||
|
dist-xz
|
||||||
|
subdir-objects
|
||||||
|
])
|
||||||
dnl older automake's default of ARFLAGS=cru is noisy on newer binutils;
|
dnl older automake's default of ARFLAGS=cru is noisy on newer binutils;
|
||||||
dnl we don't really need the 'u' even in older toolchains. Then there is
|
dnl we don't really need the 'u' even in older toolchains. Then there is
|
||||||
dnl older libtool, which spelled it AR_FLAGS
|
dnl older libtool, which spelled it AR_FLAGS
|
||||||
|
Loading…
Reference in New Issue
Block a user