Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是linux的初学者,现在正在研究GNU app的自动工具。
我从 gnu 网站获得了 autoconf 文档。
但是 configure.ac 的宏对我来说还不够。
有没有地方可以提供完整的信息?像AC_PROG_LIBTOOL, 和AC_RPOG_RANLIB
AC_PROG_LIBTOOL
AC_RPOG_RANLIB
关于您提到的两个宏的文档的最佳位置可能是info libtool和info autoconf. 请注意,AC_PROG_LIBTOOL已弃用,应替换为LT_INIT. 有关所有血腥细节,请参阅文件$( aclocal --print )/libtool.m4。(即libtool.m4在目录路径aclocal中查找命名的文件。)
info libtool
info autoconf
LT_INIT
$( aclocal --print )/libtool.m4
libtool.m4
aclocal