Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/elfix:master commit in: /
Date: Sun, 28 Feb 2016 21:02:18
Message-Id: 1456693926.8ec566a32339945a74affd4f3f4d1d853ed9d67b.blueness@gentoo
1 commit: 8ec566a32339945a74affd4f3f4d1d853ed9d67b
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 28 21:12:06 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 28 21:12:06 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/elfix.git/commit/?id=8ec566a3
7
8 configure.ac: use autoconf 2.69
9
10 configure.ac | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/configure.ac b/configure.ac
14 index 245d2db..8bcac75 100644
15 --- a/configure.ac
16 +++ b/configure.ac
17 @@ -16,7 +16,7 @@
18 # along with this program. If not, see <http://www.gnu.org/licenses/>.
19 #
20
21 -AC_PREREQ([2.65])
22 +AC_PREREQ([2.69])
23 AC_INIT([elfix], [0.9], [http://bugs.gentoo.org/])
24 AC_CONFIG_SRCDIR([src/paxctl-ng.c])
25 AC_CONFIG_HEADERS([config.h])