难题--autoconf、automake、libtool
摘要: 1、./configure 脚本生成 自定义宏(Defining C Preprocessor Symbols): 在 configure.in,通过 AC_DEFINE([STUDY],[yes],[define test]) 定义。 这个例子中定义个 STUDY的宏,值为 yes。执行 autoreconf ,然后configure后,输入的config.h中,基本就是下面的样子:[代码] ...
阅读全文
posted @
2009-07-17 23:25 thh 阅读(188) |
评论 (0) 编辑