首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

what's autogen.sh

2013-03-12 
whats autogen.sh?whats autogen.shautogen.sh (a.k.a. buildconf) provides automatic build system pre

what's autogen.sh?

what's autogen.sh

autogen.sh (a.k.a. buildconf) provides automatic build system preparation and is generally very useful to projects.

categories:build tool

licence:BSD licence


what does autogen.sh do?

long answer: It is a POSIX shell script that is used for preparing a build system for compilation, verifying versions, ensuring necessary functionality, and overcoming many common build preparation issues.


which application does autogen.sh invoke?

autogen.sh uses the GNU build system (i.e. the GNU autotools: autoconf, automake, and libtool) to work.


references:

autogen.sh is as known as buildconf:http://buildconf.brlcad.org/

what's GNU:http://en.wikipedia.org/wiki/GNU





热点排行