Hi Erik:
Please review this fix for the --with-tools-dir configure parameter.
In "8017047: Can't use --with-java-devtools and --with-devkit at the
same time", I carelessly added BASIC_FIXUP_PATH to both
--with-tools-dir and --with-devkit, with the intention of adding
support for relative paths. This doesn't work for --with-tools-dir
however, since this parameter is supposed to handle a colon separated
path string, containing multiple paths. This fix removes that call,
restoring the old functionality of --with-tools-dir.
http://cr.openjdk.java.net/~erikj/8019537/webrev.root.01
Looks good to me.
Tim