Jump to content

GNU autoconf: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
Line 22: Line 22:
==Links==
==Links==
*https://www.gnu.org/software/autoconf/autoconf.html
*https://www.gnu.org/software/autoconf/autoconf.html
*[https://web.archive.org/web/19990224203851/http://www.arrakis.es:80/~worm/acemx.htm GNU Autoconf 2.12 for EMX]


[[Category:Open Source Software]]
[[Category:Open Source Software]]

Revision as of 00:50, 13 March 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:

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

Links