wok annotate autoconf213/description.txt @ rev 24347

Up expat (2.4.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 02 09:41:22 2022 +0000 (2022-02-02)
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.