From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3749F1388C0 for ; Sun, 28 Feb 2016 21:14:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B53DE21C001; Sun, 28 Feb 2016 21:14:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5E39E21C001 for ; Sun, 28 Feb 2016 21:14:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 76A5A340B37 for ; Sun, 28 Feb 2016 21:14:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30DB31606 for ; Sun, 28 Feb 2016 21:14:11 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1456694628.43b673fcad88f797635947961202d75a917c20bf.blueness@gentoo> Subject: [gentoo-commits] proj/elfix:master commit in: / X-VCS-Repository: proj/elfix X-VCS-Files: configure.ac X-VCS-Directories: / X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 43b673fcad88f797635947961202d75a917c20bf X-VCS-Branch: master Date: Sun, 28 Feb 2016 21:14:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 824147f9-265d-4d7a-a077-9af950f10527 X-Archives-Hash: 67e771d0023b5f35c916178991b3e7de commit: 43b673fcad88f797635947961202d75a917c20bf Author: Anthony G. Basile gentoo org> AuthorDate: Sun Feb 28 21:23:48 2016 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sun Feb 28 21:23:48 2016 +0000 URL: https://gitweb.gentoo.org/proj/elfix.git/commit/?id=43b673fc configure.ac: use autoconf 2.68 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 245d2db..208d566 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ # along with this program. If not, see . # -AC_PREREQ([2.65]) +AC_PREREQ([2.68]) AC_INIT([elfix], [0.9], [http://bugs.gentoo.org/]) AC_CONFIG_SRCDIR([src/paxctl-ng.c]) AC_CONFIG_HEADERS([config.h])