Hi Andrew, (I didn't see patches for all your latest commits. You really should post them to classpath-patches before commit, so people see what is going on even if they don't follow the bug and commit list closely. If only to give people the warm fuzzy feeling stuff is happening.)
On Thu, 2008-01-03 at 00:28 +0000, Andrew John Hughes wrote: > Log message: > 2008-01-03 Andrew John Hughes <[EMAIL PROTECTED]> > > PR classpath/34578: > * m4/acinclude.m4: > (CLASSPATH_CHECK_JAVAC): Don't rely on 1.5 class > library. > > CVSWeb URLs: > http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.9458&r2=1.9459 > http://cvs.savannah.gnu.org/viewcvs/classpath/m4/acinclude.m4?cvsroot=classpath&r1=1.24&r2=1.25 This seems to break make distcheck: http://lists.gnu.org/archive/html/classpath-testresults/2008-01/msg00012.html ERROR: files left in build directory after distclean: ./Colour.java make[1]: *** [distcleancheck] Error 1 make[1]: Leaving directory `/home/cpdev/Nightly/classpath/build/classpath-0.97-pre/_build' make: *** [distcheck] Error 2 The problem probably is that 'conftest' is special for autoconf and will be cleaned up, while 'Colour' isn't. Cheers, Mark