码迷,mamicode.com
首页 > 系统相关 > 详细

Linux command automake

时间:2019-03-12 18:27:20      阅读:195      评论:0      收藏:0      [点我收藏+]

标签:config   and   make   install   linux c   mina   str   enter   osc   

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

标签:config   and   make   install   linux c   mina   str   enter   osc   

原文地址:https://www.cnblogs.com/lianghong881018/p/10518197.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!