Installation Instructions
*************************

The source code comes with a script autogen.sh that will handle running
autoconf and automake. Run this command and react appropriately to any
errors:

   ./autogen.sh

Assuming that was successful, you can then continue to:

   ./configure
   make
   make install

To install stjerm to a specific location or your own choosing:

   ./configure --prefix=/usr/local
   make
   make install
