Macro archive for Automake/Autoconf macros
Posted in OpenSource on March 28th, 2006 by Michal BielickiFor the people that wonder where all the autoconf/automake know how comes from, see I read a lot of autoconf/automake macros that other people did and especially analysed most of the macros in this archive here:
http://autoconf-archive.cryp.to/macros-by-category.htm
which helped me a lot in learning how to write my own automake/autoconf stuff. I am still learning how to become an autotools expert but it seems some projects where I did the automake stuff still work and I haven’t broken them with it
I find automake a fine tool although people tend to call it autoheadache and hate it, but it is the only tool I have found so far that will allow me to have my stuff working on many platforms without rewriting all the stuff on every move
