emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: MinGW "pwd -W" configure.ac correction


From: Glenn Morris
Subject: Re: MinGW "pwd -W" configure.ac correction
Date: Wed, 23 Oct 2013 20:12:01 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]