wok-6.x annotate autoconf/description.txt @ rev 15327
libmng: remove automake depricated automatic de-ANSI-fication support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Sep 28 09:30:43 2013 +0000 (2013-09-28) |
parents | |
children |
rev | line source |
---|---|
samuel_trassare@11723 | 1 Autoconf is an extensible package of M4 macros that produce shell scripts to |
samuel_trassare@11723 | 2 automatically configure software source code packages. These scripts can adapt |
samuel_trassare@11723 | 3 the packages to many kinds of UNIX-like systems without manual user |
samuel_trassare@11723 | 4 intervention. Autoconf creates a configuration script for a package from a |
samuel_trassare@11723 | 5 template file that lists the operating system features that the package can use, |
samuel_trassare@11723 | 6 in the form of M4 macro calls. |