Re: [PATCH] build-sys: Fix build with automake < 1.13

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Jun 24, 2015 at 09:57:22AM +0200, Christophe Fergeau wrote:
> AC_CONFIG_MACRO_DIRS is not available with older automake versions,
> which causes autogen.sh failures on el6. m4_include() can be used
> instead.
> ---
> Not exactly sure this is the right fix, but this works on both el6 and f22

Ping?
> 
> 
>  configure.ac | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/configure.ac b/configure.ac
> index 14217e2..e200417 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -29,7 +29,8 @@ fi
>  SPICE_SERVER_VERSION=`printf "0x%02x%02x%02x" $major $minor $micro`
>  AC_SUBST(SPICE_SERVER_VERSION)
>  
> -AC_CONFIG_MACRO_DIRS([m4 spice-common/m4])
> +AC_CONFIG_MACRO_DIR([m4])
> +m4_include([spice-common/m4/spice-deps.m4])
>  AM_CONFIG_HEADER([config.h])
>  AC_CONFIG_AUX_DIR(.)
>  
> -- 
> 2.4.3
> 
> _______________________________________________
> Spice-devel mailing list
> Spice-devel@xxxxxxxxxxxxxxxxxxxxx
> http://lists.freedesktop.org/mailman/listinfo/spice-devel

Attachment: pgp9o0jGRTkZ6.pgp
Description: PGP signature

_______________________________________________
Spice-devel mailing list
Spice-devel@xxxxxxxxxxxxxxxxxxxxx
http://lists.freedesktop.org/mailman/listinfo/spice-devel

[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]     [Monitors]