aclocal 从入门到放弃

版权声明:本文为aggresss原创文章,未经博主允许不得转载。 作者:[email protected] https://blog.csdn.net/aggresss/article/details/86021258

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

猜你喜欢

转载自blog.csdn.net/aggresss/article/details/86021258
今日推荐