INSTALLATION
------------

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/the/directory/you/are/reading/now
make -f /path/to/the/directory/you/are/reading/now/Makefile

If you have a reasonably complete installation of one of the
supported operating systems, you should not have any problem
compiling the software.

Bug reports/info to: bug-cfengine@gnu.ai.mit.edu

Mark Burgess
4.8.95


ACKNOWLEDGEMENTS AND CONTRIBUTIONS TO CFENGINE
-------------------------

Audun Tornquist   (Oslo)    implemented part of the imaging system in 1.2.*
Gordon Matzigkeit (Calgary) has made many suggestions concerning the configuration 
                            scripts and made important improvements to the texinfo
                            coding of the manual.

Part of the code for copying files is based on GNU cp by Torbjorn Granlund, 
David MacKenzie, and Jim Meyering.