Viewing Single Post
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.