macOS
brew install automakelocal Homebrew formula metadata
sudo port install automakeMacPorts ports tree · devel/automake/Portfile · source: api.github.com
brew
Tool for generating GNU Standards-compliant Makefiles. Version 1.18.1 via Homebrew; verified 2026-06-18.
install
brew install automakelocal Homebrew formula metadata
sudo port install automakeMacPorts ports tree · devel/automake/Portfile · source: api.github.com
sudo apk add automakeAlpine Linux edge package indexes · automake · source: dl-cdn.alpinelinux.org
sudo apt install automakeDebian stable package indexes · automake · source: deb.debian.org
sudo dnf install automakeFedora Rawhide package metadata · automake · source: dl.fedoraproject.org
nix profile install nixpkgs#automakenixpkgs package indexes · automake · source: raw.githubusercontent.com
sudo pacman -S automakeArch Linux sync databases · automake · source: geo.mirror.pkgbuild.com
sudo zypper install automakeopenSUSE Tumbleweed package metadata · automake · source: download.opensuse.org
overview
Tool for generating GNU Standards-compliant Makefiles
history
GNU Automake is one of the core GNU Autotools. It generates portable, GNU Standards-oriented Makefile.in files from maintainer-written Makefile.am input, sitting between Autoconf's configure scripts and make's build execution.
Automake was written to reduce the burden of maintaining large, portable Makefile.in templates by hand. Its official manual history credits the early project to Tom Tromey and describes Automake as part of the GNU build system alongside Autoconf and Libtool.
The Automake manual frames the package around Makefile.am files, configure.ac, GNU Coding Standards conventions, and generated Makefile.in output. Over time it absorbed a large catalog of conventions for recursive builds, installed programs, libraries, tests, distribution tarballs, Texinfo, gettext, and portability checks.
Because Automake generates files consumed by configure and make, it became a maintainer-side tool in many projects: release tarballs often include generated Makefile.in files so end users do not need Automake, while developers building from VCS do.
Automake's adoption is tied to the spread of Autotools as the default build machinery for GNU packages and many non-GNU Unix projects. The batch input lists Automake in Homebrew, Debian/Ubuntu, Fedora, Arch, Alpine, MacPorts, Nix, and openSUSE, reflecting how standard it is in development environments.
For package managers, Automake is both a direct package and a build dependency. Formulae and distro recipes often need specific automake/aclocal versions when regenerating build files, especially for projects that ship old Autotools metadata.
Maintainers write Makefile.am files and a configure.ac script, run aclocal and automake as part of the autoreconf/bootstrap flow, and ship or build from generated Makefile.in files. Users normally encounter automake indirectly through autoreconf, ./configure, and make.
The official curation correctly treats Makefile.am and configure.ac as the package's relevant configuration/build-input files; Automake has no credentials file.
Automake is historically important because it standardized a huge amount of portable Unix build behavior into generated makefiles. Package nerds care because Autotools failures often reduce to Automake version expectations, missing m4 macros, stale generated files, or distribution tarball rules.
It is also a compatibility artifact: even projects migrating to Meson, CMake, or language-native build systems may carry old Automake releases in package histories and bootstrap scripts.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
Makefile.amconfigure.acexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
aclocal | cli | global executable | |
aclocal-1.18 | cli | global executable | |
automake | cli | global executable | |
automake-1.18 | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://www.gnu.org/software/automake/
install metadata
| Package key | brew:automake |
|---|---|
| Version | 1.18.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/automake |
| Homepage | https://www.gnu.org/software/automake/ |
| Repository | https://git.savannah.gnu.org/cgit/automake.git |
| Upstream docs | https://www.gnu.org/software/automake/manual/automake.html |
| License | GPL-2.0-or-later |
| Source archive | https://ftpmirror.gnu.org/gnu/automake/automake-1.18.1.tar.xz |
| Last updated | 2026-06-18T14:23:12Z |
| Pulse | updated |
| Dependencies | autoconf |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sequoia, sonoma, tahoe, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | automake |
| Version Scheme | 0 |
| Revision | 1 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
automake 1:1.17-4
Tool for generating GNU Standards-compliant Makefiles
https://www.gnu.org/software/automake/
sudo apt install automakeautomake
nix profile install nixpkgs#automakeautomake 1:1.16.5-1.3ubuntu1
Tool for generating GNU Standards-compliant Makefiles
https://www.gnu.org/software/automake/
sudo apt install automakeautomake 1.18.1-r1
GNU tool for automatically creating Makefiles
https://www.gnu.org/software/automake
sudo apk add automakeautomake-doc 1.18.1-r1
GNU tool for automatically creating Makefiles (documentation)
https://www.gnu.org/software/automake
sudo apk add automake-docautomake 1.18.1-4.fc44
A GNU tool for automatically creating Makefiles
http://www.gnu.org/software/automake/
sudo dnf install automakeautomake 1.18.1-1
A GNU tool for automatically creating Makefiles
https://www.gnu.org/software/automake
sudo pacman -S automakeautomake 1.18.1-1.3
A Program for Automatically Generating GNU-Style Makefile.in Files
https://www.gnu.org/software/automake
sudo zypper install automakeautomake
sudo port install automakesource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.