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
tingping/wmclass
Alexander Larsson 2017-03-15 09:54:37 +01:00
parent dcccb3c807
commit afc2dd3d75
1 changed files with 1 additions and 1 deletions

View File

@ -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])