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.  Just type one of the following to see it:
o ./config_demo to see a demo on 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.

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 finaly
type make install to install the files.
The files will be install like this:
                                    
Prefix -+-bin-+-config_emacs
        |     |                              
        |     +-config_demo
        |   
        +-lib-+-demo-+-
              |                      
              +-emacs-+-
              |
              +-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).
