Away with you Autotools!
Like a bad habit I dropped autotools from the server. Complicated Makefiles are junks and need to be gotten rid of. Admittedly the code for the server is all ANSI C and requires no external libs, but the Makefile for the source was over 130 lines. The scons SConstruct file contains only this:
Program(’circle’, Glob(’*.c’))
I mean [...]


