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: 66 Return-path: Envelope-to: mchehab@pedra Delivery-date: Tue, 21 Jun 2011 07:41:31 -0300 Received: from mchehab by pedra with local (Exim 4.72) (envelope-from ) id 1QYyOg-0005Nq-9D for mchehab@pedra; Tue, 21 Jun 2011 07:41:30 -0300 Received: from casper.infradead.org [85.118.1.10] by pedra with IMAP (fetchmail-6.3.17) for (single-drop); Tue, 21 Jun 2011 07:41:30 -0300 (BRT) Received: from vger.kernel.org ([209.132.180.67]) by casper.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1QYvYq-0005MP-Kf; Tue, 21 Jun 2011 07:39:48 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751618Ab1FUHj2 (ORCPT + 1 other); 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) Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Sender: 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])