wok annotate autoconf213/description.txt @ rev 21894

updated scrub (2.4 -> 2.6.1)
author Hans-G?nter Theisgen
date Thu Oct 03 14:15:41 2019 +0100 (2019-10-03)
parents
children
rev   line source
hackdorte@20009 1 Autoconf is an extensible package of M4 macros that produce shell scripts to
hackdorte@20009 2 automatically configure software source code packages. These scripts can adapt
hackdorte@20009 3 the packages to many kinds of UNIX-like systems without manual user
hackdorte@20009 4 intervention. Autoconf creates a configuration script for a package from a
hackdorte@20009 5 template file that lists the operating system features that the package can use,
hackdorte@20009 6 in the form of M4 macro calls.