Hi Paul,
> When I run this command:
>
> ./gnulib-tool --conditional-dependencies --test regex
>
> on Fedora 33, it fails as shown in the attached file.
Fixed through the patch below.
> The problem occurs
> because --test brings in binary-io for some reason, but doesn't bring in
> the fcntl-h
When I run this command:
./gnulib-tool --conditional-dependencies --test regex
on Fedora 33, it fails as shown in the attached file. The problem occurs
because --test brings in binary-io for some reason, but doesn't bring in
the fcntl-h module that binary-io depends on.
A simple workaround w