From 25f6aef2f24b186401d603189434f10e467b8c59 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 19 Nov 2022 23:07:36 +0700 Subject: build: require automake 1.13+ This version brings some improvements & fixes over 1.11, and was released around the same time as autoconf-2.69 that we already require. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 69b6fca..27c2ef5 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([include/config.h]) AC_PREFIX_DEFAULT(/usr) -AM_INIT_AUTOMAKE([-Wall foreign 1.11 dist-xz subdir-objects]) +AM_INIT_AUTOMAKE([-Wall foreign 1.13 dist-xz subdir-objects]) AM_SILENT_RULES([yes]) AC_CANONICAL_HOST -- cgit v1.2.1