autoconf
Generate configuration scripts to automatically configure software source code packages. More information: <https://www.gnu.org/software/autoconf>.
Install
- All systems
-
curl cmd.cat/autoconf.sh
- Debian
-
apt-get install autoconf - Ubuntu
-
apt-get install autoconf -
Alpine
-
apk add autoconf - Arch Linux
-
pacman -S autoconf - Kali Linux
-
apt-get install autoconf - CentOS
-
yum install autoconf - Fedora
-
dnf install autoconf - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install autoconf - OS X
-
brew install autoconf - Raspbian
-
apt-get install autoconf - Docker
-
docker run cmd.cat/autoconf autoconfpowered by Commando
Generate configuration scripts to automatically configure software source code packages. More information: <https://www.gnu.org/software/autoconf>.
-
Generate a configuration script from `configure.ac` (if present) or `configure.in` and save this script to `configure`:
autoconf -
Generate a configuration script from the specified template; output to `stdout`:
autoconf template-file -
Generate a configuration script from the specified template (even if the input file has not changed) and write the output to a file:
autoconf --force --output=outfile template-file
© tl;dr; authors and contributors