From patchwork Fri Feb 8 19:36:53 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matt Turner X-Patchwork-Id: 2118101 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 567A5DFE75 for ; Fri, 8 Feb 2013 19:34:15 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 40091E62CC for ; Fri, 8 Feb 2013 11:34:15 -0800 (PST) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mail-pa0-f47.google.com (mail-pa0-f47.google.com [209.85.220.47]) by gabe.freedesktop.org (Postfix) with ESMTP id 38E76E62CA for ; Fri, 8 Feb 2013 11:34:02 -0800 (PST) Received: by mail-pa0-f47.google.com with SMTP id bj3so2208101pad.6 for ; Fri, 08 Feb 2013 11:34:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer; bh=KjJLFK8Josixlq+BHDRGIoIB3wQu8ohYtWOKWvVg4cM=; b=hOSZ9bEGXorZxWNIaoKuV1G5SYuYFd5NoQGapxlql9TBa0IpM+BlJWAn+0u2LE5zM+ DXDo1WnyiIP96M/3qryve4+9Ll1id4Xoul23RCJwSaRyDv7oGW7M8qspr52xLoulEiy4 xkVnHKD3IaHetaorhMNzkaeQqN8Usxzu7ekL7L7dpPoslqKeM8FQBPisml7QC9OOS248 YYVgzOStQHTJOjhTjrisObtjsvSEMWvyWMcCzTXftFdRpRHQInbUzubOAECzIf4K9OIJ qjJ0H+YQKB6huUwG/8foh2TII7mqCdp0QvkNbxsrwno3RHgNK+loaJTECQjD9bBlJFd8 Fpug== X-Received: by 10.66.79.195 with SMTP id l3mr19830442pax.82.1360352041846; Fri, 08 Feb 2013 11:34:01 -0800 (PST) Received: from localhost (c-76-105-165-193.hsd1.or.comcast.net. [76.105.165.193]) by mx.google.com with ESMTPS id t6sm56664462paz.11.2013.02.08.11.33.59 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 08 Feb 2013 11:34:00 -0800 (PST) From: Matt Turner To: intel-gfx@lists.freedesktop.org Date: Fri, 8 Feb 2013 11:36:53 -0800 Message-Id: <1360352214-17697-1-git-send-email-mattst88@gmail.com> X-Mailer: git-send-email 1.7.8.6 Subject: [Intel-gfx] [PATCH intel-gpu-tools 1/2] Put -I m4 in ACLOCAL_AMFLAGS so ./autogen.sh just works 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 --- Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index 0dd615b..20bca79 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,7 +19,7 @@ # IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} +ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} -I m4 SUBDIRS = lib man tools scripts benchmarks demos