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.
我正在尝试学习如何使用自动工具,但我似乎无法为这个问题找到一个适合初学者的良好答案。autoconf和有什么区别autoreconf。
autoconf
autoreconf
autoconf从各种输入文件生成configure脚本,其中一些是使用其他工具创建的,如aclocal,automake等。
configure
aclocal
automake
autoreconf是一个知道如何以正确的顺序调用所有这些工具的助手
您通常只会调用autoreconf自己并让它处理所有较低级别的工具....