From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: MinGW "pwd -W" configure.ac correction Date: Wed, 23 Oct 2013 19:37:50 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1382571474 31348 80.91.229.3 (23 Oct 2013 23:37:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2013 23:37:54 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 24 01:37:58 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VZ7zw-0008QX-GG for ged-emacs-devel@m.gmane.org; Thu, 24 Oct 2013 01:37:56 +0200 Original-Received: from localhost ([::1]:51851 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZ7zw-0008VD-52 for ged-emacs-devel@m.gmane.org; Wed, 23 Oct 2013 19:37:56 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37859) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZ7zs-0008V7-Ux for emacs-devel@gnu.org; Wed, 23 Oct 2013 19:37:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VZ7zr-0004SX-VC for emacs-devel@gnu.org; Wed, 23 Oct 2013 19:37:52 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:40979) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZ7zr-0004ST-RS for emacs-devel@gnu.org; Wed, 23 Oct 2013 19:37:51 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1VZ7zq-0005Pf-L7; Wed, 23 Oct 2013 19:37:50 -0400 X-Spook: Maple Kosovo Ceridian chameleon man strategic ammunition X-Ran: ]gx+iiFB[cP@b$!{9M).4xr6&O (Glenn Morris's message of "Wed, 23 Oct 2013 19:12:44 -0400") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:164493 Archived-At: Also, I _think_ this line in configure.ac: CPPFLAGS="$CPPFLAGS -DUSE_CRT_DLL=1 -I $srcdir/nt/inc" should be changed to something like: CPPFLAGS="$CPPFLAGS -DUSE_CRT_DLL=1 -I \$abs_srcdir/nt/inc" (to defer expansion of $abs_srcdir until the Makefile stage). (But since CPPFLAGS is supposed to be a user-option, which could be overridden at build-time, should there not be a separate variable, CPPFLAGS_NT or somesuch, which is unconditionally added in the Makefiles where needed?)