Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: 5.3.1
Hi Ray,
2016-12-22 4:42 GMT+01:00 Ray Andrews <rayandrews@xxxxxxxxxxx>:
> On 21/12/16 07:03 PM, Bart Schaefer wrote:
>>
>> LIBS=-lncurses configure ...
>
> Pardon Bart I don't know what you mean there. Is that two commands?
> 'configure' must come first, no?
The “VAR=VALUE COMMAND” syntax sets the VAR environment variable to
the VALUE value while running the COMMAND command, and only while
running it. Here, it's almost the same as setting “LIBS=-lncurses”
then running “configure”, except that right after executing, “LIBS” is
still unset.
Best regards,
--
Jérémie
Messages sorted by:
Reverse Date,
Date,
Thread,
Author