RFR: JDK-8033119 Improve and document boot-jdk.m4 (original) (raw)

Magnus Ihse Bursie magnus.ihse.bursie at oracle.com
Mon Feb 3 09:32:47 UTC 2014


On 2014-01-31 20:35, Mike Duigou wrote:

Looks like good cleanup.

Could some of the implementation of BOOTJDKCHECKTOOLINBOOTJDK be replaced with a call to ACCHECKPROG? (It may not be worth the trouble).

Not really, unfortunately. AC_CHECK_PROG basically does the same as "which", i.e. looks if an executable is present in the $PATH.

/Magnus



More information about the build-dev mailing list