wok-current
annotate autoconf213/description.txt @ rev 22446
vlc: remove notify deps -> did not help
author |
Erkan Yilmaz <erkan@slitaz.org> |
date |
Mon Dec 23 15:52:17 2019 +0000 (2019-12-23) |
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.
|