From patchwork Tue Jun 21 07:39:17 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Jones X-Patchwork-Id: 900342 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.4) with ESMTP id p5L7dT5o031879 for ; Tue, 21 Jun 2011 07:40:07 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751618Ab1FUHj2 (ORCPT ); Tue, 21 Jun 2011 03:39:28 -0400 Received: from mail2.matrix-vision.com ([85.214.244.251]:46374 "EHLO mail2.matrix-vision.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752795Ab1FUHj0 (ORCPT ); Tue, 21 Jun 2011 03:39:26 -0400 Received: from mail2.matrix-vision.com (localhost [127.0.0.1]) by mail2.matrix-vision.com (Postfix) with ESMTP id E0737405F9; Tue, 21 Jun 2011 09:39:25 +0200 (CEST) Received: from erinome (g2.matrix-vision.com [80.152.136.245]) by mail2.matrix-vision.com (Postfix) with ESMTPA id B98783F61B; Tue, 21 Jun 2011 09:39:25 +0200 (CEST) Received: from erinome (localhost [127.0.0.1]) by erinome (Postfix) with ESMTP id 6AB226F8A; Tue, 21 Jun 2011 09:39:25 +0200 (CEST) Received: by erinome (Postfix, from userid 108) id 600046F9C; Tue, 21 Jun 2011 09:39:25 +0200 (CEST) Received: from ap437-joe.intern.matrix-vision.de (host65-46.intern.matrix-vision.de [192.168.65.46]) by erinome (Postfix) with ESMTPA id 469A06F8A; Tue, 21 Jun 2011 09:39:25 +0200 (CEST) From: Michael Jones To: Laurent Pinchart Cc: linux-media@vger.kernel.org Subject: [PATCH 2/2] allow using autoconf 2.61+ Date: Tue, 21 Jun 2011 09:39:17 +0200 Message-Id: <1308641957-7805-3-git-send-email-michael.jones@matrix-vision.de> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <1308641957-7805-1-git-send-email-michael.jones@matrix-vision.de> References: <1308641957-7805-1-git-send-email-michael.jones@matrix-vision.de> X-MV-Disclaimer: true (erinome) X-AV-Checked: ClamAV using ClamSMTP (erinome) X-AV-Checked: ClamAV using ClamSMTP (mail2) Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Tue, 21 Jun 2011 07:40:08 +0000 (UTC) Autoconf v2.61 seems to work just fine. Allow it. Signed-off-by: Michael Jones --- configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.in b/configure.in index 3f4f35b..fd4c70c 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_PREREQ([2.65]) +AC_PREREQ([2.61]) AC_INIT([media-ctl], [0.0.1], [laurent.pinchart@ideasonboard.com]) AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_AUX_DIR([config])