diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-10-21 02:31:24 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-10-21 02:31:24 -0400 |
commit | 2aaa62734b618164a10ae836362d0a17e409a901 (patch) | |
tree | d7ce00bd2fd243d6f87451d449915496406b71de /configure.ac | |
parent | configure.ac: Mark as foreign to fix incompat. caused by README.md (diff) | |
download | sandbox-2aaa62734b618164a10ae836362d0a17e409a901.tar.gz sandbox-2aaa62734b618164a10ae836362d0a17e409a901.tar.bz2 sandbox-2aaa62734b618164a10ae836362d0a17e409a901.zip |
build: require automake-1.15
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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], [sandbox@gentoo.org]) -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]) |