autoconf/automake 的外部库配置宏

发布于 2024-08-16 05:57:42 字数 251 浏览 6 评论 0原文

是否有一个 autoconf 宏来配置通用库,它可以:

  • 生成 --with 配置选项
  • 设置库并包含路径
  • 设置编译器/预处理器和链接器标志
  • 检查库的存在并包含文件
  • 设置配置宏

现在我正在使用 ARG_WITH、CHECK_LIB 执行所有操作等等。这些步骤是通用的,最终是复制/粘贴并进行细微的更改。我搜索宏档案并没有找到通用的解决方案。

谢谢

Is there a autoconf macro to configure generic library that can:

  • generates --with configure option
  • setup library and include path
  • setup compiler/preprocessor and linker flags
  • check existence of library and include files
  • setup configuration macros

Right now I am doing everything using ARG_WITH, CHECK_LIB, etc. the steps are generic and end up being copy/paste with minor changes. My search the macro archive and did not find generic solution.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

战皆罪 2024-08-23 05:57:42

这不是完整的解决方案,但您可能会发现 Autoconf 宏存档中的 AX_PATH_GENERIC 很有用:http://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=blob;f =m4/ax_path_generic.m4

It's not the complete solution, but you might find AX_PATH_GENERIC from the Autoconf Macro Archive useful: http://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=blob;f=m4/ax_path_generic.m4

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文