标签: linux unix configuration autotools directory-structure
我正在寻找使用配置文件和静态资源的最佳做法。
许多程序使用像/usr/share/myprogram/这样的目录来处理默认配置文件等静态文件(例如,参见/usr/share/nano/)。
/usr/share/myprogram/
/usr/share/nano/
我是否可以配置autotools以便为我的程序使用该目录结构? autotools会在config.h中生成一个预处理器变量,类似于resourcepath吗?
config.h
resourcepath