aclocal-1.16
Tool for generating GNU Standards-compliant Makefiles
Install
- All systems
-
curl cmd.cat/aclocal-1.16.sh
- Debian
-
apt-get install automake
- Ubuntu
-
apt-get install automake
- Alpine
-
apk add automake
- Arch Linux
-
pacman -S automake
- Kali Linux
-
apt-get install automake
- CentOS
-
yum install automake
- Fedora
-
dnf install automake
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install automake
- OS X
-
brew install automake
- Raspbian
-
apt-get install automake
- Dockerfile
- dockerfile.run/aclocal-1.16
- Docker
-
docker run cmd.cat/aclocal-1.16 aclocal-1.16
powered by Commando
automake
Tool for generating GNU Standards-compliant Makefiles
Automake is a tool for automatically generating `Makefile.in's from files called `Makefile.am'. The goal of Automake is to remove the burden of Makefile maintenance from the back of the individual GNU maintainer (and put it on the back of the Automake maintainer). The `Makefile.am' is basically a series of `make' macro definitions (with rules being thrown in occasionally). The generated `Makefile.in's are compliant with the GNU Makefile standards. Automake 1.15 fails to work in a number of situations that Automake 1.4, 1.6, 1.7, 1.8, 1.9, 1.10, 1.11 and 1.14 did, so previous versions are available as separate packages.