Flapmin
#0

I decided when finding a solution to a build issue its nice to share it .

we all save eachother time by contriputing.

Flapmin
#1

How do i deal with a makefile.am

This solution finally worked for me

 

 only thing you have to do (mostly) is to just run ./configure, then make, then make install to install the software to a default location. If you want to change configure options, you can also look at ./configure --help.