Posts Tagged “GNU”
Automake and Autoconf Made Simple
by enum on November 2, 2009
Instead of randomly pasting configuration code from other projects when you decide you want to use automake/autoconf, just check out all you should really know about autoconf and automake. Albeit, it may not be comprehensive, but it should get you (…)
Scripting Languages
by enum on June 22, 2009
I just thought I’d share with you Random thoughts on scripting languages by Brian Kernighan. After reading this, I looked up the source code to the unix utility wc. The GNU wc program was written in C, and amounted to (…)