I changed configure.in and acinclude.m4 to check for Japhar if not
specifically requested.  Anyway, it was asked for and it is done now.

Also changed it so we use automake conditionals in the Makefile.am so
we should be able to do something like (and I already did this to the
stuff in native/ except for the awt dir)

if JAPHAR
blah blah blah
else
blah blah blah
endif

if KAFFE
blah blah blah 
else
blah blah blah
endif

Do we need to run japharh or javah on Classpath java classes before
compiling native stuff?  It seems to compile without doing that, so I
was just wondering.

Fixed my problem with Japhar locally, it was a bad classes.zip.  Sigh.

Brian
-- 
|-------------------------------|Software Engineer
|Brian Jones                    |[EMAIL PROTECTED]
|[EMAIL PROTECTED]                    |http://www.nortel.net
|http://www.classpath.org/      |------------------------------

Reply via email to