AutoTools Installation - m-grant-prg/agmaint GitHub Wiki
configure and make Installation
a) ... Download either the source or distribution tarball (the .tar.gz file) from:-
https://github.com/m-grant-prg/agmaint/releases
b) ... Extract the tarball preserving the directory structure.
c) ... cd to the directory created.
d) ... If you downloaded the source tarball type 'autoreconf -if'
e) ... Type './configure'
f) ... As root or sudo, type 'make install clean'
(Quote marks are for textual clarity only).
To uninstall the package:
1 ... cd to the directory created in the above install process.
2 ... As root or sudo, type 'make uninstall clean'