On Sat, May 4, 2019 at 3:14 PM Paul Smith <psm...@gnu.org> wrote: > > 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.
It tested OK on Solaris 11.3 also. I had to sidestep an autoreconf because Solaris provides an old version of Autotools. See https://github.com/noloader/Build-Scripts/commit/d831d99544be . Jeff _______________________________________________ Bug-make mailing list Bug-make@gnu.org https://lists.gnu.org/mailman/listinfo/bug-make