INSTALLING TIMESPAN:

Installation of timespan follows the normal configure, make, make install
procedure:

For users installing to a directory they have write access to:
   % ./configure <configure options>
   % make
   % make install

For installing to a directory that only 'root' has access to:
   % ./configure <configure options>
   % make
   % su
   # make install
or
   % ./configure <configure options>
   % make
   % sudo make install
if your system has sudo configured for your use.
