You now need to do 

aclocal; autoheader; automake; autoconf 

before configure, to build from cvs.  This is because we're generating
a config.h to be included by native files as needed.  I'm already
using it.

We also define WITH_JAPHAR, so it may be helpful to check 
#if defined(WITH_JAPHAR)
/* do japhar stuff */
#else
/* do normal stuff */
#endif

somewhere in your code.

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

Reply via email to