Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sandbox:master commit in: /
Date: Thu, 21 Oct 2021 06:10:12
Message-Id: 1634796558.73f7b82134bf07d977731b8dcc4bb271e4b82a54.mgorny@gentoo
1 commit: 73f7b82134bf07d977731b8dcc4bb271e4b82a54
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 21 06:09:18 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 21 06:09:18 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=73f7b821
7
8 configure.ac: Mark as foreign to fix incompat. caused by README.md
9
10 The README file rename has broken compatibility with older versions
11 of autoconf. Mark the package as foreign to fix that.
12
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14
15 configure.ac | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/configure.ac b/configure.ac
19 index 9f64a0e..a47a3bc 100644
20 --- a/configure.ac
21 +++ b/configure.ac
22 @@ -1,6 +1,6 @@
23 AC_PREREQ([2.69])
24 AC_INIT([sandbox], [2.25], [sandbox@g.o])
25 -AM_INIT_AUTOMAKE([1.14 dist-xz no-dist-gzip silent-rules subdir-objects -Wall])
26 +AM_INIT_AUTOMAKE([1.14 dist-xz foreign no-dist-gzip silent-rules subdir-objects -Wall])
27 AM_SILENT_RULES([yes]) # AM_INIT_AUTOMAKE([silent-rules]) is broken atm
28 AC_CONFIG_HEADER([config.h])
29 AC_CONFIG_MACRO_DIR([m4])