HACKING GNUJAXP
---------------


Building GNUJAXP from the CVS module
------------------------------------
To build GNUJAXP from the source in CVS you can simply run configure
to generate the Makefile. The Makefile knows how to rebuild itself
using the auto tools.

To create new build files you should do:

   $ make mrproper

Followed by the following:

   $ autoconf
   $ ./automakejar Makefile.in
   $ ./configure
   $ make all

You will need the GNU autotools for this. Autoconf versions 2.13
upward are supported.




Nic Ferrier
ClasspathX Maintainer
nferrier@gnu.org
