我是靠谱客的博主 舒心小土豆,最近开发中收集的这篇文章主要介绍aclocal 从入门到放弃,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

Standard configure.ac Layout

Autoconf requirements
AC_INIT(package, version, bug-report-address)
information on the package
checks for programs
checks for libraries
checks for header files
checks for types
checks for structures
checks for compiler characteristics
checks for library functions
checks for system services
AC_CONFIG_FILES([file...])
AC_OUTPUT

参考文档

  1. Autoconf Official Document
  2. Autotools Tutorial
  3. Autotools Mythbuster
  4. A brief introduction to the GNU Autotools

最后

以上就是舒心小土豆为你收集整理的aclocal 从入门到放弃的全部内容,希望文章能够帮你解决aclocal 从入门到放弃所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(75)

评论列表共有 0 条评论

立即
投稿
返回
顶部