Autoconf is an extensible package of M4 macros that produce shell scripts to automatically configure software source code packages, utility for developing software.
This program is installable using the rpm package manager. See below for the install string. Required prerequisites are automatically processed by the package manager and, if needed, downloaded and installed.
yum install autoconf
Program is distributed as ZIP package: download to temporary directory and unpack to destination folder. See below for download link(s).
Following ones are the download links for manual installation:
Autoconf v. 2.72 (22/6/2024, KO Myung-Hun) | ||
www.hobbesarchive.com/Hobbes/pub/os2/dev/tools/misc/autoconf-2.72.zip | ||
Autoconf v. 2.71 (14/10/2023, KO Myung-Hun) | Readme/What's new |
Installation
------------
Change drive to the drive pointed by %UNIXROOT%.
Unzip autoconf-*-src.zip.
Copy configure.cmd to the directory where the source zip file was extracted.
CD into the directory.
Then, do these.
configure.cmd --prefix=/usr
set MAKESHELL=/bin/sh
make
make install
Now, you can see that autoconf was installed into %UNIXROOT%/usr.
Donation
--------
If you are satisfied with this program and want to donate to me, please visit
the following URL.
http://www.os2.kr/komh/os2factory/
Or, please click the Ads in the following blog.
https://lvzuufx.blogspot.com/
KO Myung-Hun
-------------------------------------------------
2.69r2 : removed a hack for '-g' check of C compiler.
removed a replacement 'ln -s' to 'cp -f'.
removed a case ?: to determine if an absolute path.
2.61r2 : set LN_S to 'cp -f' instead of 'ln -s'. |
hobbes.nmsu.edu/download/pub/os2/dev/tools/misc/autoconf-2.71.zip | local copy | |
Autoconf v. 2.69 (19/5/2013, KO Myung-Hun) | Readme/What's new |
2.61r2 : set LN_S to 'cp -f' instead of 'ln -s'. |
hobbes.nmsu.edu/download/pub/os2/dev/util/autoconf-2.69.zip |
This work is licensed under a Creative Commons Attribution 4.0 International License.
Add new comment