Automatically updated share-subdirs-list



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.