I am getting the following error running make:
make
Makefile:168: *** missing separator. Stop.
What is causing this?
So apparently, all I needed was the "build-essential" package, then to run autoconf first, which made the Makefile.pre.in, then the ./configure then the make which works perfectly...
autoconf
Makefile.pre.in
./configure