> On Apr 10, 2017, at 12:07 AM, Erik Joelsson <erik.joels...@oracle.com> wrote: > > > On 2017-04-08 00:14, Mandy Chung wrote: >> Can I build OpenJDK with the docs with module graphs when I >> have Graphviz installed? I would think we need a configure >> option to specify my local path to `dot` that will enable >> the module graph build. Is it possible? > Yes, it is possible. Configure will look for dot on the path by default and > if found, "full docs" will be enabled implicitly. > > For such a simple dependency as this, basically we just need the path to an > executable, we don't need to define actual configure arguments. You can > simply override the value on the command line like this: > > bash configure DOT=/path/to/dot
Thanks. That would do it. Mandy