wok annotate autoconf213/description.txt @ rev 21799

Fix chromaprint & guvcview
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 13:12:53 2019 +0200 (2019-08-10)
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.