wok diff autoconf/description.txt @ rev 13258
fail2ban: add apache-noscript & apache-proxy
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Aug 17 14:50:02 2012 +0200 (2012-08-17) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/autoconf/description.txt Fri Aug 17 14:50:02 2012 +0200 1.3 @@ -0,0 +1,6 @@ 1.4 +Autoconf is an extensible package of M4 macros that produce shell scripts to 1.5 +automatically configure software source code packages. These scripts can adapt 1.6 +the packages to many kinds of UNIX-like systems without manual user 1.7 +intervention. Autoconf creates a configuration script for a package from a 1.8 +template file that lists the operating system features that the package can use, 1.9 +in the form of M4 macro calls.