File Information — autoconf-2.72.zip
| Filename | autoconf-2.72.zip |
|---|---|
| Title | Autoconf 2.72 |
| Version | 2.72 |
| Author / Vendor | Unknown |
| Homepage | https://www.gnu.org/software/autoconf/autoconf.html |
| Category | OS2 » Dev » Tools » Misc » |
| File Size | 2.1 MB |
| Downloads | 1 |
| File Type | ZIP |
| Uploaded | 2026-03-28 16:14 by martini |
| Approved | 2026-03-28 16:14 by martini |
Description:
autoconf is an extensible package of m4 macros that produce shellscripts to automatically configure software source code packages.these scripts can adapt the packages to many kinds of unix-likesystems without manual user intervention. autoconf creates aconfiguration script for a package from a template file that lists theoperating system features that the package can use, in the form of m4macro calls.removed a hack for '-g' check of C compiler.removed a replacement 'ln -s' to 'cp -f'.to determine if an absolute path.set LN_S to 'cp -f' instead of 'ln -s'.