From patchwork Wed Dec 22 00:42:38 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: 425481 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 oBM0nv5u007484 for ; Wed, 22 Dec 2010 00:50:18 GMT Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 6FD1C9E78C for ; Tue, 21 Dec 2010 16:49:57 -0800 (PST) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@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]); Wed, 22 Dec 2010 00:50:19 +0000 (UTC) X-Greylist: delayed 400 seconds by postgrey-1.31 at gabe; Tue, 21 Dec 2010 16:49:39 PST Received: from oproxy1-pub.bluehost.com (oproxy1-pub.bluehost.com [66.147.249.253]) by gabe.freedesktop.org (Postfix) with SMTP id B765D9E765 for ; Tue, 21 Dec 2010 16:49:39 -0800 (PST) Received: (qmail 755 invoked by uid 0); 22 Dec 2010 00:42:58 -0000 Received: from unknown (HELO host123.hostmonster.com) (74.220.207.123) by oproxy1.bluehost.com.bluehost.com with SMTP; 22 Dec 2010 00:42:58 -0000 Received: from 24-116-50-205.cpe.cableone.net ([24.116.50.205] helo=uartie-ILM.uaehme.homenet) by host123.hostmonster.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1PVCnB-0007m1-V3; Tue, 21 Dec 2010 17:42:58 -0700 From: "U. Artie Eoff" To: intel-gfx@lists.freedesktop.org Date: Tue, 21 Dec 2010 17:42:38 -0700 Message-Id: <1292978558-831-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: suggest upstream to find macros in case they're missing. 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 diff --git a/configure.ac b/configure.ac index e6517e6..ddb37a4 100644 --- a/configure.ac +++ b/configure.ac @@ -37,14 +37,17 @@ 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. - Try "apt-get install xutils-dev" or "yum install xorg-x11-util-macros"])]) + Hint: either install from source, git://anongit.freedesktop.org/xorg/util/macros or, + depending on you distribution, try package 'xutils-dev' or '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"])]) + Hint: either install from source, git://anongit.freedesktop.org/xorg/xserver or, + depending on your distribution, try package 'xserver-xorg-dev' or 'xorg-x11-server-devel'])]) # Initialize libtool AC_DISABLE_STATIC