If you want to hack on the GNOME project, it will make you life easier
to have the following packages installed:

	- GNU autoconf 2.12
	- GNU automake 1.2d
		Available in ftp://ftp.cygnus.com/pub/tromey
	- GNU libtool 1.0c
	- GNU guile 1.2
	- GNU gettext 0.10.32
	- SLIB 2b3
		See http://www-swiss.ai.mit.edu/~jaffer/SLIB.html

These should be available by ftp from prep.ai.mit.edu or any of the
fine GNU mirrors.  Beta software can be found at alpha.gnu.org.

If you are accessing gnome via CVS, then you will need to take several
steps to get it to compile.  These are:

	cvsroot/gnome# aclocal; automake; autoconf
      	cvsroot/gnome# cd guile-gtk; aclocal; automake; autoconf; cd ..
	cvsroot/gnome# cd programs/gemvt; aclocal; automake; autoconf; cd ../..

N.b., the "configure" script will not exist until you take these steps.

Before running configure, make sure you have libtool in your path

Please submit patches to the gnome@nuclecu.unam.mx mailing list.  All
kinds of contributions are accepted. If at all possible, please use CVS to
get the latest development version of gnome; the README file has the
CVSROOT information.

