Difference between revisions of "Autoconf"
m (fixed home page, added identifier) |
|||
| Line 3: | Line 3: | ||
|Short description=Produces shell scripts which automatically configure source code | |Short description=Produces shell scripts which automatically configure source code | ||
|Full description=Extensible package of m4 macros that produce portable shell scripts to automatically configure software source code packages. These scripts can adapt the packages to many kinds of UNIX-like systems with minimal manual user intervention. Autoconf requires GNU M4. You must install GNU M4 1.4.5 or later before configuring Autoconf, so that Autoconf's configure script can find it. The configuration scripts produced by Autoconf are self-contained, so their users do not need to have Autoconf or GNU M4 installed. | |Full description=Extensible package of m4 macros that produce portable shell scripts to automatically configure software source code packages. These scripts can adapt the packages to many kinds of UNIX-like systems with minimal manual user intervention. Autoconf requires GNU M4. You must install GNU M4 1.4.5 or later before configuring Autoconf, so that Autoconf's configure script can find it. The configuration scripts produced by Autoconf are self-contained, so their users do not need to have Autoconf or GNU M4 installed. | ||
| + | |Homepage URL=http://www.gnu.org/software/autoconf | ||
|User level=intermediate | |User level=intermediate | ||
| − | |||
| − | |||
| − | |||
|VCS checkout command=http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=summary | |VCS checkout command=http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=summary | ||
|Computer languages=Shell script,Perl,M4 | |Computer languages=Shell script,Perl,M4 | ||
|Documentation note=User manual available in HTML, PDF, Info, ASCII, TeX dvi, PostScript, TeXinfo from http://www.gnu.org/software/autoconf/manual/autoconf.html | |Documentation note=User manual available in HTML, PDF, Info, ASCII, TeX dvi, PostScript, TeXinfo from http://www.gnu.org/software/autoconf/manual/autoconf.html | ||
| − | |||
| − | |||
| − | |||
| − | |||
|Related projects=Automake,Buildtool,FireMake,libtool,make,mfg,pkg-config,PMK,rpsl,Gcal | |Related projects=Automake,Buildtool,FireMake,libtool,make,mfg,pkg-config,PMK,rpsl,Gcal | ||
|Keywords=configuration,source code,scripts,autoconf,m4 | |Keywords=configuration,source code,scripts,autoconf,m4 | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|Version identifier=2.68 | |Version identifier=2.68 | ||
|Version date=2010-09-23 | |Version date=2010-09-23 | ||
|Version status=stable | |Version status=stable | ||
|Version download=http://ftpmirror.gnu.org/autoconf/autoconf-2.68.tar.bz2 | |Version download=http://ftpmirror.gnu.org/autoconf/autoconf-2.68.tar.bz2 | ||
| + | |Last review by=Janet Casey | ||
| + | |Last review date=2010-06-07 | ||
| + | |Submitted by=Database conversion | ||
| + | |Submitted date=2011-04-01 | ||
| + | |Is GNU=Yes | ||
| + | |GNU package identifier=autoconf | ||
| + | |License verified date=2010-09-24 | ||
| + | }} | ||
| + | {{Project license | ||
| + | |License=GPLv2orlater | ||
| + | |License verified by=Kelly Hopkins | ||
| + | |License verified date=2010-09-24 | ||
| + | }} | ||
| + | {{Project license | ||
| + | |License=GPLv2 with exception | ||
| + | |License verified by=Kelly Hopkins | ||
| + | |License verified date=2010-09-24 | ||
| + | }} | ||
| + | {{Project license | ||
| + | |License=GPLv3orlater with exception | ||
| + | |License verified by=Kelly Hopkins | ||
|License verified date=2010-09-24 | |License verified date=2010-09-24 | ||
| − | |||
}} | }} | ||
{{Person | {{Person | ||
| − | |||
|Real name=Autoconf Committee | |Real name=Autoconf Committee | ||
| + | |Role=Maintainer | ||
|Email=autoconf@gnu.org | |Email=autoconf@gnu.org | ||
| − | |||
}} | }} | ||
{{Person | {{Person | ||
| − | |||
|Real name=Eric Blake | |Real name=Eric Blake | ||
| + | |Role=Developer | ||
|Email=eblake@redhat.com | |Email=eblake@redhat.com | ||
| − | |||
}} | }} | ||
{{Person | {{Person | ||
| − | |||
|Real name=Karl Berry | |Real name=Karl Berry | ||
| − | | | + | |Role=Developer |
| − | + | ||
}} | }} | ||
{{Resource | {{Resource | ||
| Line 70: | Line 75: | ||
|Software-development=program-build-automation | |Software-development=program-build-automation | ||
|Use=software-development | |Use=software-development | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
}} | }} | ||
{{Software prerequisite | {{Software prerequisite | ||
| Line 98: | Line 88: | ||
|Prerequisite description=Perl | |Prerequisite description=Perl | ||
}} | }} | ||
| + | {{Featured}} | ||
Latest revision as of 16:55, 12 October 2012
Autoconf
http://www.gnu.org/software/autoconf
Extensible package of m4 macros that produce portable shell scripts to automatically configure software source code packages. These scripts can adapt the packages to many kinds of UNIX-like systems with minimal manual user intervention. Autoconf requires GNU M4. You must install GNU M4 1.4.5 or later before configuring Autoconf, so that Autoconf's configure script can find it. The configuration scripts produced by Autoconf are self-contained, so their users do not need to have Autoconf or GNU M4 installed.
Documentation
User manual available in HTML, PDF, Info, ASCII, TeX dvi, PostScript, TeXinfo from http://www.gnu.org/software/autoconf/manual/autoconf.html
Related Projects
This is a GNU package:autoconf
Download
Download
version 2.68
(stable)
released on 23 September 2010
VCS Checkout
Categories
Licensing
| License | Verified by | Verified on | Notes |
|---|---|---|---|
| GPLv2orlater | Kelly Hopkins | 24 September 2010 | |
| GPLv2 with exception | Kelly Hopkins | 24 September 2010 | |
| GPLv3orlater with exception | Kelly Hopkins | 24 September 2010 |
Leaders and contributors
| Contact(s) | Role |
|---|---|
| Karl Berry | Developer |
|
| Maintainer |
|
| Developer |
Resources and communication
| Audience | Resource type | URI |
|---|---|---|
| Developer | VCS Repository Webview | http://savannah.gnu.org/cgi-bin/viewcvs/autoconf/ |
| Developer | mailto:autoconf@gnu.org | |
| Bug Tracking | mailto:bug-autoconf@gnu.org | |
| Bug Tracking | Mailing List Info/Archive | http://mail.gnu.org/mailman/listinfo/bug-autoconf/ |
Software prerequisites
| Kind | Description |
|---|---|
| Required to use | GNU M4 1.4 |
| Required to build | GNU M4 1.4 |
| Weak prerequisite | Perl |
This entry (in part or in whole) was last reviewed on 7 June 2010.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software described in this text has its own copyright notice and license, which can usually be found in the distribution itself.