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
- Previous message (by thread): Support for different compilers
- Next message (by thread): Cross-compiling and the gen* native build tools
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Support for different compilers
- Next message (by thread): Cross-compiling and the gen* native build tools
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]