[libvirt] [PATCH 08/10] configure: split AM_INIT_AUTOMAKE into multiple lines

Daniel P. Berrangé berrange at redhat.com
Wed Apr 3 08:45:59 UTC 2019


On Wed, Apr 03, 2019 at 07:40:23AM +0200, Ján Tomko wrote:
> Make it work better with git history.
> 
> Signed-off-by: Ján Tomko <jtomko at redhat.com>
> ---
>  configure.ac | 9 ++++++++-
>  1 file changed, 8 insertions(+), 1 deletion(-)
> 
> diff --git a/configure.ac b/configure.ac
> index 880a3a7e40..104990c2c0 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -24,7 +24,14 @@ 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
> -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 we don't really need the 'u' even in older toolchains.  Then there is
>  dnl older libtool, which spelled it AR_FLAGS

Reviewed-by: Daniel P. Berrangé <berrange at redhat.com>


Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|




More information about the libvir-list mailing list