aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-10-21 02:31:24 -0400
committerMike Frysinger <vapier@gentoo.org>2021-10-21 02:31:24 -0400
commit2aaa62734b618164a10ae836362d0a17e409a901 (patch)
treed7ce00bd2fd243d6f87451d449915496406b71de /configure.ac
parentconfigure.ac: Mark as foreign to fix incompat. caused by README.md (diff)
downloadsandbox-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.ac2
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])