Requirements
============
This program requires tcl7.4 / tk4.0.

Test the Program
================
It is possible to see the demo and the modules of the program before you
install it.  To do this, first of all type ./configure, and then one of
the following:
o ./config_demo to see a demo of the dotfile generator.  This demo is
        located in the directory called demo.
o ./configure_emacs to see the emacs module.  This module helps you
        configure emacs to your heart's content. This module is located in the
        directory emacs.
o ./config_fvwm to see a demo of the fvwm module, which configures the
        fvwm window manager.                    
o ./config_tcsh to see the tcsh module, which will help you configure
        the tcsh shell.

Installing It
=============
Once you've decided to install the program, type ./configure, and it
will install in the /usr/local tree.   To change this location type
./configure --prefix=PATH.  For further information on configure please
refer to the manual page.

Now type make -n install to see what an installation does, and finally
type make install to install the files.
The files will be install like this:
                                    
Prefix -+-bin-+-config_emacs
        |     |                              
        |     +-config_demo
        |   
        +-lib-+-demo-+-
              |                      
              +-emacs-+-
              |
              +-tcsh-+
              |
              +-generator-+-

In the generator directory are found the files for the dotfile
generator, and in the other subdirectories under lib are placed the
different modules (including the demo).
