Autobuild is a tool for building public-domain/open-source Unix software packages.
| It builds packages modularly, that is, each installed in its own package directory rather than a monolithic install location such as /usr/local. |
| It builds packages consistently and repeatably by using uniform wrapper scripts to enforce a consistent environment, and by capturing any manual changes made to the source or the wrapper scripts in a diff patch archive. |
| It logs every build or build attempt of every package so that one can investigate errors or review old builds at any time. |