From afc2dd3d756fdabbb81abd6f54f2a1e1d0848bcb Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Wed, 15 Mar 2017 09:54:37 +0100 Subject: [PATCH] Update minimal automake to 1.13.4 It doesn't build on the current minimum of 1.11. Fixes https://github.com/flatpak/flatpak/issues/621 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0107faad..c9c08448 100644 --- a/configure.ac +++ b/configure.ac @@ -44,7 +44,7 @@ LT_INIT([disable-static]) AC_CONFIG_SRCDIR([common/flatpak-dir.c]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) -AM_INIT_AUTOMAKE([1.11 no-define no-dist-gzip dist-xz tar-ustar foreign subdir-objects]) +AM_INIT_AUTOMAKE([1.13.4 no-define no-dist-gzip dist-xz tar-ustar foreign subdir-objects]) AC_PROG_SED AM_GNU_GETTEXT([external])