Sorry, this should have been for stable-2.9. I'll resend the patch.

On Fri, Apr 25, 2014 at 4:29 PM, Petr Pudlak <[email protected]> wrote:

> This fixes broken compilation on Debian Jessie (#802).
> See also http://stackoverflow.com/questions/15820844/
>
> Thanks to Apollon Oikonomopoulos for finding the solution
> and Klaus Aehlig for finding out how to do it conditionally.
>
> Signed-off-by: Petr Pudlak <[email protected]>
> ---
>  configure.ac | 6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/configure.ac b/configure.ac
> index 3daac2b..8e8d5fd 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -12,7 +12,11 @@ AC_PREREQ(2.59)
>  AC_INIT(ganeti, gnt_version_full, [email protected])
>  AC_CONFIG_AUX_DIR(autotools)
>  AC_CONFIG_SRCDIR(configure)
> -AM_INIT_AUTOMAKE([1.9 foreign tar-ustar -Wall -Wno-portability])
> +AM_INIT_AUTOMAKE([1.9 foreign tar-ustar -Wall -Wno-portability]
> +                 m4_esyscmd([case `automake --version | head -n 1` in
> +                             *1.11*);;
> +                             *) echo serial-tests;;
> +                             esac]))
>
>  AC_SUBST([VERSION_MAJOR], gnt_version_major)
>  AC_SUBST([VERSION_MINOR], gnt_version_minor)
> --
> 1.9.1.423.g4596e3a
>
>

Reply via email to