摘要:
About autotools you can find herehttp://en.wikipedia.org/wiki/GNU_build_systemNow let's learn it from an examplecreate a dir and some source file that you need to compilemkdir autotoolscd autotoolsvi main.cand in main.c ,we can write this into it#include<sydio.h>#include"hello.h" 阅读全文