From patchwork Tue Dec 21 22:10:41 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "U. Artie Eoff" X-Patchwork-Id: 425261 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id oBLMBGgm021661 for ; Tue, 21 Dec 2010 22:11:36 GMT Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 305FF9ED5F for ; Tue, 21 Dec 2010 14:11:15 -0800 (PST) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from oproxy2-pub.bluehost.com (oproxy2-pub.bluehost.com [67.222.39.60]) by gabe.freedesktop.org (Postfix) with SMTP id 6C7069E989 for ; Tue, 21 Dec 2010 14:10:57 -0800 (PST) Received: (qmail 6381 invoked by uid 0); 21 Dec 2010 22:10:56 -0000 Received: from unknown (HELO host123.hostmonster.com) (74.220.207.123) by oproxy2.bluehost.com with SMTP; 21 Dec 2010 22:10:56 -0000 Received: from 24-116-50-205.cpe.cableone.net ([24.116.50.205] helo=artie-fedora.uaehme.homenet) by host123.hostmonster.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1PVAQ4-0007DA-GQ; Tue, 21 Dec 2010 15:10:56 -0700 From: "U. Artie Eoff" To: intel-gfx@lists.freedesktop.org Date: Tue, 21 Dec 2010 15:10:41 -0700 Message-Id: <1292969441-3601-1-git-send-email-ullysses.a.eoff@intel.com> X-Mailer: git-send-email 1.7.3.3 X-Identified-User: {1051:host123.hostmonster.com:ullysses:bytehead.net} {sentby:smtp auth 24.116.50.205 authed with artie@bytehead.net} Subject: [Intel-gfx] [PATCH] configure: updated m4 macro check in configure.ac X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.11 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 X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Tue, 21 Dec 2010 22:11:36 +0000 (UTC) diff --git a/configure.ac b/configure.ac index 05848ea..e6517e6 100644 --- a/configure.ac +++ b/configure.ac @@ -36,10 +36,16 @@ AM_MAINTAINER_MODE # Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS m4_ifndef([XORG_MACROS_VERSION], - [m4_fatal([must install xorg-macros 1.8 or later before running autoconf/autogen])]) + [m4_fatal([must install xorg-macros 1.8 or later before running autoconf/autogen. + Try "apt-get install xutils-dev" or "yum install xorg-x11-util-macros"])]) XORG_MACROS_VERSION(1.8) XORG_DEFAULT_OPTIONS +# Require X.Org server macros (i.e. XORG_DRIVER_CHECK_EXT) to check for required modules +m4_ifndef([XORG_DRIVER_CHECK_EXT], + [m4_fatal([must install xorg-server macros before running autoconf/autogen. + Try "apt-get install xserver-xorg-dev" or "yum install xorg-x11-server-devel"])]) + # Initialize libtool AC_DISABLE_STATIC AC_PROG_LIBTOOL