On 10/25/10 9:01 AM, David Billinghurst wrote:
> Raymond Toy wrote:
>> On 10/25/10 12:13 AM, Robert Dodier wrote:
>>
>>> Sounds good to me, although I'm curious as to the mechanism
>>> which configure uses to construct the list of directories.
>>> Does it require "find" or anything like that?
>>>
>> Yes, it uses find, grep, and sed to do the work.
>>
>> Which makes me wonder how that would work on Windows. Maybe this won't
>> work at all, in which case we need a Windows-specific solution or just
>> live with the inconvenience.
>>
>>
>
> find, grep and sed available under the MSYS build environment and are
> already required: grep and sed are used by configure; find is used by
> some makefiles.
Oh, good. That's what I was hoping for. How about tr? But I guess
that's not necessary if we use Leo's suggestion of just saving the share
dir info in a file that is read by share-subdir-list.
Ray