On Mon, 12 Dec 2022 17:19:18 GMT, Christoph Langer <clan...@openjdk.org> wrote:

> Hm, you mean like so? That works but results in the debug output of
> 
> https://github.com/openjdk/jdk20/blob/cf93933e21d146fe296b1e4b8e2ef06b699175d6/make/autoconf/build-aux/autoconf-config.guess#L1510
> 
> to be always written... Do we really want that?

We certainly don't want spurious output, so that means we need to get creative.

> BTW, the debug output says that the latest autoconfig.guess lives 
> [here](http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD).
>  But looks like it has been updated a lot since it was integrated into this 
> repo...

We have the last version before the license changed. We haven't been cleared to 
use the file under the newer license. We have so far made the interpretation 
that we should not modify the file we imported directly, which is why we have a 
wrapper script. The wrapper script just has to do what's necessary to 
compensate for the older version of the real script.

-------------

PR: https://git.openjdk.org/jdk20/pull/15

Reply via email to