when compiling from SVN sorces do it with

$ ./autogen.sh
$ make install

otherwise use the usual

$ ./configure
$ make
$ make install

---------------------------------------------------------

If you work on a debian or debian-derived system (ubuntu etc.) you
need the following packages to compile and develop srm:

$ apt-get install build-essential automake autoconf
