1. Prerequisites ---------------- You need a version of the Perl interpreter installed and in your PATH. Versions later than 5.003 are preferred. Various CPAN modules are required for proper operation; the configure script will let you know about any that are missing. 2. Building / Installation -------------------------- To install the autoresponder package with the default options: ./configure make install This will install the autoresponder tool in /usr/local/bin, and the man page in /usr/local/man. ./configure --prefix=/opt make install will install the files in /opt/{bin,man}. To enable the history tracking function, include the --enable-history option on the configure line.