On Sat, 2019-05-04 at 15:10 -0400, Jeffrey Walton wrote:
> Ack, thanks. It works perfectly on Fedora 29.
> 
> This was a good change:
> 
> -# if _GNU_GLOB_INTERFACE_VERSION == GLOB_INTERFACE_VERSION
> +# if _GNU_GLOB_INTERFACE_VERSION == 1 || _GNU_GLOB_INTERFACE_VERSION == 2
> 
> I found the one discussed on the mailing list and used it. But it
> looks like it was wrong:
> 
> # if _GNU_GLOB_INTERFACE_VERSION >= GLOB_INTERFACE_VERSION

Well, they're equivalent at the moment, but who knows what the future
may bring? :)

These changes were all cherry-picked from commits already present in
the latest Git HEAD.  See the Git commit history for attribution.

Cheers!


_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to