[bug #63040] autoconf-2.69 and 2.71 fail to build after $(shell ...) environment handlign change

2022-09-09 Thread Sam James
Follow-up Comment #3, bug #63040 (project make): Indeed autoconf has fixed it as https://git.savannah.gnu.org/cgit/autoconf.git/commit/?id=31f673434ee402258b45e958c88acc8725d82b1a but I don't know whether this change in behaviour was intended or not. _

[bug #63040] autoconf-2.69 and 2.71 fail to build after $(shell ...) environment handlign change

2022-09-09 Thread Paul D. Smith
Follow-up Comment #2, bug #63040 (project make): Argh. This export-to-shell-function change is the gift that keeps on giving. I guess the best thing to do is, rather than expanding a recursive variable to the empty string, we expand it to its contents without trying to further expand it to avoid

[bug #63037] make check: 3 failures and error from "check-regression"

2022-09-09 Thread Paul D. Smith
Follow-up Comment #1, bug #63037 (project make): The load error is simple enough to fix: just need to update the code. The temp_stdin error is definitely annoying. It's an unfortunate fact that known-good-output checking where the output comes from system tools is difficult to work with. We've

[bug #63040] autoconf-2.69 and 2.71 fail to build after $(shell ...) environment handlign change

2022-09-09 Thread Sergei Trofimovich
Follow-up Comment #1, bug #63040 (project make): Proposed possible fix for autoconf as https://lists.gnu.org/archive/html/autoconf-patches/2022-09/msg7.html ___ Reply to this item at:

[bug #63040] autoconf-2.69 and 2.71 fail to build after $(shell ...) environment handlign change

2022-09-09 Thread Sergei Trofimovich
URL: Summary: autoconf-2.69 and 2.71 fail to build after $(shell ...) environment handlign change Project: make Submitter: slyfox Submitted: Fri 09 Sep 2022 10:35:02 AM UTC Seve