commit: 2aaa62734b618164a10ae836362d0a17e409a901 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org> AuthorDate: Thu Oct 21 06:31:24 2021 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org> CommitDate: Thu Oct 21 06:31:24 2021 +0000 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=2aaa6273
build: require automake-1.15 Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org> configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a47a3bc..dac7d9c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.69]) AC_INIT([sandbox], [2.25], [[email protected]]) -AM_INIT_AUTOMAKE([1.14 dist-xz foreign no-dist-gzip silent-rules subdir-objects -Wall]) +AM_INIT_AUTOMAKE([1.15 dist-xz foreign no-dist-gzip silent-rules subdir-objects -Wall]) AM_SILENT_RULES([yes]) # AM_INIT_AUTOMAKE([silent-rules]) is broken atm AC_CONFIG_HEADER([config.h]) AC_CONFIG_MACRO_DIR([m4])
