wok
annotate autoconf213/description.txt @ rev 25672
Up minidlna (1.3.3), phpmyadmin (5.2.1), pidgin (2.14.13), redis (7.2.4), rsync (3.2.7), rust (1.76.0), screen (4.9.1), squashfs (4.6.1), squid (6.7), stunnel (5.72), tcpdump (4.99.4)
author |
Pascal Bellard <pascal.bellard@slitaz.org> |
date |
Mon Feb 26 14:07:44 2024 +0000 (10 months ago) |
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.
|