Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sandbox:master commit in: /
Date: Sun, 27 Sep 2015 06:30:44
Message-Id: 1443335337.4e7dd0fa8256ecdb32a6ffed688f8b46c2a1dccc.vapier@gentoo
1 commit: 4e7dd0fa8256ecdb32a6ffed688f8b46c2a1dccc
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 27 06:28:57 2015 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 27 06:28:57 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=4e7dd0fa
7
8 build: bump min autoconf/automake requirements
9
10 No real reason to do this other than making sure people are all
11 testing with the same baseline-ish versions.
12
13 Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org>
14
15 configure.ac | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/configure.ac b/configure.ac
19 index 2e1bc9d..081398c 100644
20 --- a/configure.ac
21 +++ b/configure.ac
22 @@ -1,6 +1,6 @@
23 -AC_PREREQ([2.61])
24 +AC_PREREQ([2.69])
25 AC_INIT([sandbox], [2.10], [sandbox@g.o])
26 -AM_INIT_AUTOMAKE([1.12 dist-xz no-dist-gzip silent-rules subdir-objects -Wall])
27 +AM_INIT_AUTOMAKE([1.14 dist-xz no-dist-gzip silent-rules subdir-objects -Wall])
28 AM_SILENT_RULES([yes]) # AM_INIT_AUTOMAKE([silent-rules]) is broken atm
29 AC_CONFIG_HEADER([config.h])
30 AC_CONFIG_MACRO_DIR([m4])