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 |
||
Line 1: | Line 1: | ||
'''GNU autoconf''' is a set of [[M4]] macros and various shell scripts which allow a developer to generate configure scripts. | '''GNU autoconf''' is a set of [[M4]] macros and various shell scripts which allow a developer to generate configure scripts. | ||
==Requirements== | |||
Autoconf requires additional tools: | |||
*[[Bourne Shell]] | |||
*[[M4]] (can be provided by the GNU M4 macro package) | |||
*[[Perl]] interpreter. | |||
The generated configuration scripts and makefiles rely also on: | |||
*grep | |||
*ls | |||
*sed | |||
*[[awk]]. | |||
==Version== | ==Version== | ||
Line 5: | Line 16: | ||
*2.13 | *2.13 | ||
*2.69 (2012) | *2.69 (2012) | ||
==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== |
Revision as of 01:20, 24 February 2018
GNU autoconf is a set of M4 macros and various shell scripts which allow a developer to generate configure scripts.
Requirements
Autoconf requires additional tools:
- Bourne Shell
- M4 (can be provided by the GNU M4 macro package)
- Perl interpreter.
The generated configuration scripts and makefiles rely also on:
- grep
- ls
- sed
- awk.
Version
- 2.12 patchlevel 5
- 2.13
- 2.69 (2012)
Publications
- John Calcote: Autotools: A Practitioner's Guide to GNU Autoconf, Automake, and Libtool - No Starch 2010, ISBN 978-1-59327-206-7