README cfengine
---------------

To compile this program you simply change to this directory  and type:

configure
make

The usual GNU rules apply for compilation from a different directory,
namely

configure --prefix=/local/gnu
make
make install

will configure the installation so that bin and lib directories
are placed relative to /local/gnu instead of the default /usr/local.
If you want to build from a different directory than the one
in which this file resides, you use:

/path/configure --srcdir=/path/to/this/directory
make -f /path/to/this/directory/Makefile

If you have a reasonably complete installation of one of the
supported operating systems, you should not have any problem
compiling the software. By default, the standard local C compiler
is used. If you want to use gcc instead, be sure to add the
option -w to the CFLAGS variable in src/Makefile.


Mark Burgess
16.1.95