Do this:

$./configure && make && make install

If that doesn't work, try this:

$./autogen.sh && make && make install

