GNU autoconf: Difference between revisions
Appearance
Created page with "'''GNU autoconf''' is a set of M4 macros and various shell scripts which allow a developer to generate configure scripts. The GNU M4 macro package is required. ==Version=..." |
mNo edit summary |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
'''GNU autoconf''' is a set of [[M4]] macros and various shell scripts which allow a developer to generate configure scripts. The GNU M4 | {{Software | ||
|Picture=NA.png | |||
|Name=GNU autoconf | |||
|Version=2.69 (2012-04-24) | |||
|Vendor=[[Free Software Foundation]] | |||
|Author=David MacKenzie<br />Eric Blake (maintainer) | |||
|Licence=GNU [[GPL v3]] | |||
|WWW=https://www.gnu.org/software/autoconf/ | |||
}} | |||
'''GNU autoconf''' is a set of [[M4]] macros and various shell scripts which allow a developer to generate configure scripts. | |||
Autoconf is a tool for producing shell scripts that automatically configure software source code packages to adapt to many kinds of Posix-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. | |||
==Requirements== | |||
Autoconf requires additional tools: | |||
*[[Bourne Shell]] | |||
*[[M4]] (GNU M4 version 1.4.6 or later required, 1.4.14 or later recommended) | |||
*[[Perl]] interpreter. | |||
The generated configuration scripts and makefiles also rely on: | |||
*grep | |||
*ls | |||
*sed | |||
*[[awk]]. | |||
==Version== | ==Version== | ||
*2.12 | *1.0 (1992) | ||
*2.13 | *2.0 | ||
*2.12 patch level 5 | |||
*2.13 (1999-01-15) | |||
*2.69 (2012) | *2.69 (2012) | ||
==Articles== | |||
*Dale DePriest: [[Using The GNU Configure Scripts In OS/2]] | |||
==Publications== | |||
*John Calcote: ''Autotools: A Practitioner's Guide to GNU Autoconf, Automake, and Libtool'' - No Starch 2010, ISBN 978-1-59327-206-7 | |||
==Links== | ==Links== | ||
*https:// | *[https://web.archive.org/web/19990224203851/http://www.arrakis.es:80/~worm/acemx.htm GNU Autoconf 2.12 for EMX] | ||
[[Category: | [[Category:GNU Software]] |
Latest revision as of 23:57, 29 July 2022
GNU autoconf | |
---|---|
![]() | |
Name | GNU autoconf |
Version | 2.69 (2012-04-24) |
Vendor | Free Software Foundation |
Author | David MacKenzie Eric Blake (maintainer) |
Licence | GNU GPL v3 |
WWW | https://www.gnu.org/software/autoconf/ |
GNU autoconf is a set of M4 macros and various shell scripts which allow a developer to generate configure scripts.
Autoconf is a tool for producing shell scripts that automatically configure software source code packages to adapt to many kinds of Posix-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.
Requirements
Autoconf requires additional tools:
- Bourne Shell
- M4 (GNU M4 version 1.4.6 or later required, 1.4.14 or later recommended)
- Perl interpreter.
The generated configuration scripts and makefiles also rely on:
- grep
- ls
- sed
- awk.
Version
- 1.0 (1992)
- 2.0
- 2.12 patch level 5
- 2.13 (1999-01-15)
- 2.69 (2012)
Articles
- Dale DePriest: Using The GNU Configure Scripts In OS/2
Publications
- John Calcote: Autotools: A Practitioner's Guide to GNU Autoconf, Automake, and Libtool - No Starch 2010, ISBN 978-1-59327-206-7