Autoconf

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
 
(External links)
 
(未显示1个用户的1个中间版本)
第6行: 第6行:
 
Autoconf makes use of [[GNU m4]] to transform a user-written 'configure.ac' (formerly, and on older projects called 'configure.in') file to a portable shell script called 'configure'.  The 'configure' script runs non-interactively, and generates customized headers and [[makefile]]s derived from pre-written templates. You could say that autoconf [[compiler|compiles]] the [[m4 (language)|M4]] program in 'configure.ac' into a shell script.
 
Autoconf makes use of [[GNU m4]] to transform a user-written 'configure.ac' (formerly, and on older projects called 'configure.in') file to a portable shell script called 'configure'.  The 'configure' script runs non-interactively, and generates customized headers and [[makefile]]s derived from pre-written templates. You could say that autoconf [[compiler|compiles]] the [[m4 (language)|M4]] program in 'configure.ac' into a shell script.
  
==External links==
+
==链接==
 
*[http://www.gnu.org/software/autoconf/ GNU Autoconf home page]
 
*[http://www.gnu.org/software/autoconf/ GNU Autoconf home page]
 
*[http://www.gnu.org/software/ac-archive/ GNU Autoconf macro archive]
 
*[http://www.gnu.org/software/ac-archive/ GNU Autoconf macro archive]
第17行: 第17行:
 
*The "[http://www-src.lip6.fr/homepages/Alexandre.Duret-Lutz/autotools.html Autotools Tutorial]" by [[Alexandre Duret-Lutz]] introduces Autoconf, [[Automake]], [[Libtool]], and [[Gettext]].
 
*The "[http://www-src.lip6.fr/homepages/Alexandre.Duret-Lutz/autotools.html Autotools Tutorial]" by [[Alexandre Duret-Lutz]] introduces Autoconf, [[Automake]], [[Libtool]], and [[Gettext]].
  
[[Category:GNU project software]]
+
[[category:GNU]]
[[Category:Free development toolkits and libraries]]
+
[[category:software development]]

2013年2月20日 (三) 01:08的最后版本

processing

Autoconf is a tool for producing shell scripts that automatically configure software source code packages to adapt to many kinds of UNIX-like systems. The configuration scripts produced by Autoconf are independent of Autoconf when they are run, so their users do not need to have Autoconf.

Together with Automake and Libtool, Autoconf forms the GNU build system.

Autoconf makes use of GNU m4 to transform a user-written 'configure.ac' (formerly, and on older projects called 'configure.in') file to a portable shell script called 'configure'. The 'configure' script runs non-interactively, and generates customized headers and makefiles derived from pre-written templates. You could say that autoconf compiles the M4 program in 'configure.ac' into a shell script.

[编辑] 链接

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱