autoheader
automatic configure script builder
Install
- All systems
-
curl cmd.cat/autoheader.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 update
sudo apt-get install autoconf
- OS X
-
brew install autoconf
- Raspbian
-
apt-get install autoconf
- Dockerfile
- dockerfile.run/autoheader
- Docker
-
docker run cmd.cat/autoheader autoheader
powered by Commando
autoconf
automatic configure script builder
The standard for FSF source packages. This is only useful if you write your own programs or if you extensively modify other people's programs. For an extensive library of additional Autoconf macros, install the `autoconf-archive' package. This version of autoconf is not compatible with scripts meant for Autoconf 2.13 or earlier.
autoconf2.13
automatic configure script builder (obsolete version)
Obsolete compatibility package of Autoconf 2.13. For use only with packages that cannot easily be updated to use Autoconf 2.50+. This package provides compatibility wrappers for autoconf, autoheader, and autoreconf that attempt to automatically choose which version of Autoconf to use, based on some simple heuristics. For information on these heuristics or how to force use of a particular Autoconf version, see /usr/share/doc/autoconf2.13/README.Debian.gz.