From patchwork Thu Jan 10 22:23:31 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Lespiau, Damien" X-Patchwork-Id: 1962851 Return-Path: X-Original-To: patchwork-intel-gfx@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by patchwork2.kernel.org (Postfix) with ESMTP id 79DC8DF264 for ; Thu, 10 Jan 2013 22:23:46 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 57CF0E6785 for ; Thu, 10 Jan 2013 14:23:46 -0800 (PST) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTP id 3C85DE60B7 for ; Thu, 10 Jan 2013 14:23:38 -0800 (PST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 10 Jan 2013 14:23:37 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.84,447,1355126400"; d="scan'208";a="244856028" Received: from unknown (HELO localhost.localdomain) ([10.255.14.114]) by orsmga001.jf.intel.com with ESMTP; 10 Jan 2013 14:23:36 -0800 From: Damien Lespiau To: intel-gfx@lists.freedesktop.org Date: Thu, 10 Jan 2013 22:23:31 +0000 Message-Id: <1357856613-14866-1-git-send-email-damien.lespiau@intel.com> X-Mailer: git-send-email 1.7.7.5 Subject: [Intel-gfx] [PATCH gen4asm 1/3] build: Don't use automake's maintainer mode X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: intel-gfx-bounces+patchwork-intel-gfx=patchwork.kernel.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+patchwork-intel-gfx=patchwork.kernel.org@lists.freedesktop.org This is pretty much deprecated and automake includes a better equivalent when maintainer's mode is not used. Signed-off-by: Damien Lespiau --- autogen.sh | 2 +- configure.ac | 2 -- 2 files changed, 1 insertions(+), 3 deletions(-) diff --git a/autogen.sh b/autogen.sh index 904cd67..354f254 100755 --- a/autogen.sh +++ b/autogen.sh @@ -9,4 +9,4 @@ cd $srcdir autoreconf -v --install || exit 1 cd $ORIGDIR || exit $? -$srcdir/configure --enable-maintainer-mode "$@" +$srcdir/configure "$@" diff --git a/configure.ac b/configure.ac index 0b4427c..a195505 100644 --- a/configure.ac +++ b/configure.ac @@ -10,8 +10,6 @@ AC_INIT([intel-gen4asm], AC_CONFIG_SRCDIR([Makefile.am]) AM_INIT_AUTOMAKE([dist-bzip2 foreign]) -AM_MAINTAINER_MODE - # Checks for programs. AC_PROG_CC AM_PROG_LEX