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

	- GNU autoconf 2.13
	- GNU automake 1.4

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 start from the current CVS version, you will have to run the
following from the toplevel directory:

  aclocal; autoheader; automake; autoconf

and then run './configure' and 'make' to compile the source.

Any changes to the configure.in and Makefile.am will thereafter
tracked automatically by make.

Problems finding the libraries? try something like this in zsh:
CPPFLAGS=-I/store/include LDFLAGS='-L/store/lib -Wl,-rpath,/store/lib' ./configure

Set enviroment variable:
- setenv IMPROVSEQ <improv_path>/images/
