Em 07-07-2013 06:58, Armin K. escreveu:
> On 07/07/2013 11:40 AM, Fernando de Oliveira wrote:
>> Em 07-07-2013 05:57, Niels Terp escreveu:
>>
>>> ac_add_options --with-libxul-sdk=\$(pkg-config --variable=sdkdir libxul)
>>>
>>> This line obviously finds the path to XULRunners sdk dir - but what is the
>>> "\" doing ? 
>>>
>>> I tried to remove the "\" so that the line now reads:
>>>
>>> ac_add_options --with-libxul-sdk=$(pkg-config --variable=sdkdir libxul)
>>>
>>
>> Ken has just modified it for 22. I did have this problem, too, but
>> forgot, sorry for that.
>>
>> It was needed for the cat >> ... << ... process, otherwise the
>> substitution implied by $ would take place, and was supposed to
>> disappear during the cat ... process. Keep it in the corrected form, in
>> mozconfig, or it will not be substituted when used by make, finding the
>> correct places.
>>
>>
> 
> To be precise, it was required when EOF was without double quotes. I set
> it to "EOF", but missed that one so it's my mistake.
> 

Thanks, Armin,

I wanted to write as in your lines above, but my mind always gets only
the idea, and for the details (essential, in this case), I have to test
which way is the correct one. So, I could not remember if it was with or
without quotes.

When I first replied to Niels weeks ago, I had the feeling that I was
missing something, when related those problems, and that was this one..

Niels, are you using version 21 with xulrunner? Any problem with the
search bar?

-- 
[]s,
Fernando
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to