Autotools Training Order

There is a machine, autoconfiguration, autorun, autorun, and possibly others that I do not know about. If I want to understand and use these tools, which should be an order of learning? What should be studied first? I read the man and info page, but these pages do not give me a clear clue. I can not capture the big picture from these pages.

Can someone give me a simple explanation (maybe an example) regarding the learning order (assuming I understand the C code and a little Makefile)?

+4
source share
1 answer

If you understand autoconf / automake and have a basic understanding of libtool, you do not need to know the rest.

, Etan, (https://www.sourceware.org/autobook/), , .

, autotools.

+1

All Articles