Most software follows a 3-step process to build from source: ./configure && make && make install. The configure script checks dependencies, while make generates an executable; autoconf/automake help ...
Leaders often think of software engineering quality as something that slows down development. But when teams build software carefully from the start, they find they have fewer problems to fix later.