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 ...
With Linux distros being open source projects, I'm curious to learn if anyone here has contributed to a project before and if they have any thoughts on open source contributions in general. Except for ...