mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-13 04:32:12 -04:00
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
This commit is contained in:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user