Bruno Haible writes:
> Hi Simon,
>
>> The reason is the fnmatch module doesn't create fnmatch.h. It needs
>> fnmatch-posix or fnmatch-gnu for that.
>
> Yes, but it was not possible for the 'glob' module to specify one or the
> other, because if the user wanted the other fnmatch module, it would
Hi Simon,
> The reason is the fnmatch module doesn't create fnmatch.h. It needs
> fnmatch-posix or fnmatch-gnu for that.
Yes, but it was not possible for the 'glob' module to specify one or the
other, because if the user wanted the other fnmatch module, it would collide.
This is now fixed.
> Ac
Simon Josefsson wrote:
> ./gnulib-tool --dir m --create-testdir --with-tests glob
> warning: module glob depends on a module with an incompatible license:
> mbsrtowcs
> warning: module glob depends on a module with an incompatible license:
> strnlen1
> ...
> Finally, Bruno, the license on strnlen
The glob module fails on mingw:
./gnulib-tool --dir m --create-testdir --with-tests glob
warning: module glob depends on a module with an incompatible license: mbsrtowcs
warning: module glob depends on a module with an incompatible license: strnlen1
...
cd m
./configure --host=i586-mingw32msvc --b