Skip to content

GNU Autotools Learning Notes

Yu-Jie Lin edited this page Aug 8, 2014 · 9 revisions

In June, 2014, I embarked on a journey of learning GNU Autotools or GNU Build System. It's still on-going and the more I read, the more I fell I truly know nothing, not even C, hence C Learning Notes.

This wiki page would try to write down what I have read, learned, and noted down. Hopefully, it would not be a huge mess to read.

Some quick links and notes while reading the materials.

  • Gentoo: plugins USE flag for header installation

    doins *.h builtins/*.h examples/loadables/*.h include/*.h \
            lib/{glob/glob.h,tilde/tilde.h}
  • Ubuntu: bash-builtins