【发布时间】:2011-12-29 20:55:51
【问题描述】:
我正在使用 autotools 构建一些我希望仅在它们发生更改时才安装标头的包。
我看到 install.sh 有一个标志 -C 仅在不同时安装,但我如何在 autotools 中设置该标志?
如果有帮助,我会在我的 Makefile.am 中提供 nobase_libhello_include_HEADERS = file1.h file2.h。
【问题讨论】:
标签: makefile autotools automake