Linux command automake
Posted 良红
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux command automake相关的知识,希望对你有一定的参考价值。
Linux command automake
【Purpose】
Learning linux command automake for generate Makefile.in for configure from Makefile.am
【Eevironment】
Ubuntu 16.04 terminal
【Procdeure】
example:
如何安装: sudo apt-get autoremove automake sudo apt-get install automake1.9 操作步骤: 第一部份:执行autoscan 修改configure.scan 成 configure.in autoscan cp configure.scan configure.in 第二部份:执行aclocal 执行autoconf aclocal autoconf 第三部份: 执行autoheader autoheader 第四部份: 新建makefile.am 执行automake -a touch makefile.am automake -a autoscan mv configure.scan configure.in aclocal autoconf autoheader rm makefile.am touch makefile.am automake -a ./configure make make install
以上是关于Linux command automake的主要内容,如果未能解决你的问题,请参考以下文章
如何正确使用带有子目录的 automake/autoconf?
Linux From Scratch(LFS11.0)构建 LFS 系统 - Automake-1.16.4