emacs-devel
[Top][All Lists]
Advanced

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

Re: Patch make configure.bat support --cflags and --ldflags options that


From: Eli Zaretskii
Subject: Re: Patch make configure.bat support --cflags and --ldflags options that include quotes
Date: Fri, 29 Apr 2011 20:11:46 +0300

> From: Ben Key <address@hidden>
> Date: Fri, 29 Apr 2011 10:11:47 -0500
> Cc: address@hidden
> 
> The code that you refrenced is simply not called in the fallback case, due
> to the following code
> 
> :usercflags
> if "%use_extensions%" == "1" goto ucflagex
> goto ucflagne
> 
> The code you referred to is in the ucflagex case, but, if command extensions
> are not enabled, the ucflagne case is used.  In the ucflagne case there are
> the following lines.
> 
> set usercflags=%usercflags%%sep1%%1
> set fusercflags=%usercflags%

Ah, okay.  In that case, these changes are fine with me.  Thanks.



reply via email to

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