Hi Andrew, On Thu, 2008-08-21 at 15:03 +0100, Andrew John Hughes wrote: > 2008/8/21 Mark Wielaard <[EMAIL PROTECTED]>: > > On Thu, 2008-08-21 at 01:43 +0100, Andrew John Hughes wrote: > >> 2008-08-21 Andrew John Hughes <[EMAIL PROTECTED]> > >> > >> PR classpath/32028: > >> * m4/acinclude.m4: > >> (CLASSPATH_WITH_GJDOC): Ensure version 0.7.9 is > >> being used. > > > > This breaks the autobuilder which uses 0.8-pre... > > > >> checking for gjdoc... /home/cpdev/Nightly/gjdoc/install/bin/gjdoc > >> checking version of GJDoc... 0.8-pre > >> configure: error: Building documentation requires GJDoc 0.7.9, 0.8-pre > >> found. > > Since when has there been a 0.8-pre? I wasn't aware anyone changed the > version number.
Builder builds gjdoc from the cvs repo, just like it builds gcj from the svn repo. So it tests all the latest components against each other. Cheers, Mark