Is your feature request related to a problem? Please describe.
The common build procedure should be
./configure
make
make install
such that it installs all the binaries in the required system folders.
Currently, it is not that and so the user may have to read the readme and find necessary install steps.
Describe the solution you'd like
A better configure and Makefile.in.
Describe alternatives that you're currently using
Additional context
No.
Is your feature request related to a problem? Please describe.
The common build procedure should be
such that it installs all the binaries in the required system folders.
Currently, it is not that and so the user may have to read the readme and find necessary install steps.
Describe the solution you'd like
A better
configureandMakefile.in.Describe alternatives that you're currently using
Additional context
No.