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 20:12:01 -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 1382573522 18724 80.91.229.3 (24 Oct 2013 00:12:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 24 Oct 2013 00:12:02 +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 02:12:07 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 1VZ8X1-00048P-HM for ged-emacs-devel@m.gmane.org; Thu, 24 Oct 2013 02:12:07 +0200 Original-Received: from localhost ([::1]:51909 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZ8X0-0005JX-Kv for ged-emacs-devel@m.gmane.org; Wed, 23 Oct 2013 20:12:06 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41969) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZ8Wy-0005JS-7m for emacs-devel@gnu.org; Wed, 23 Oct 2013 20:12:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VZ8Ww-00051X-WA for emacs-devel@gnu.org; Wed, 23 Oct 2013 20:12:04 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:41373) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZ8Ww-00051T-So for emacs-devel@gnu.org; Wed, 23 Oct 2013 20:12:02 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1VZ8Wv-0006CI-Sm; Wed, 23 Oct 2013 20:12:01 -0400 X-Spook: hackers Mafia genetic [Hello to all my friends and fans X-Ran: ets`~RCPP+O+i$}5h[*{`i5u|*w:CTU&s{}(Gd,B\V_7/DT#,Fvi?y+Sh=yL>k:;lO/#hv X-Hue: red X-Attribution: GM In-Reply-To: (Glenn Morris's message of "Wed, 23 Oct 2013 19:37:50 -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:164495 Archived-At: Glenn Morris wrote: > 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" Sorry, \$abs_top_srcdir. Confusing! > (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?) I see that other places in configure mess with CPPFLAGS too, so this is not nt-specific.