aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-10-21 08:09:18 +0200
committerMichał Górny <mgorny@gentoo.org>2021-10-21 08:09:18 +0200
commit73f7b82134bf07d977731b8dcc4bb271e4b82a54 (patch)
tree0db2bac6a7880fbc5912365ca33cbd2646619cf4 /configure.ac
parentnamespaces: add support for cgroup & time (diff)
downloadsandbox-73f7b82134bf07d977731b8dcc4bb271e4b82a54.tar.gz
sandbox-73f7b82134bf07d977731b8dcc4bb271e4b82a54.tar.bz2
sandbox-73f7b82134bf07d977731b8dcc4bb271e4b82a54.zip
configure.ac: Mark as foreign to fix incompat. caused by README.md
The README file rename has broken compatibility with older versions of autoconf. Mark the package as foreign to fix that. Signed-off-by: Michał Górny <mgorny@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 9f64a0e..a47a3bc 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 no-dist-gzip silent-rules subdir-objects -Wall])
+AM_INIT_AUTOMAKE([1.14 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])