macOS
brew install automakelocal Homebrew formula metadata
sudo port install automakeMacPorts ports tree · devel/automake/Portfile · 来源: api.github.com
安装
brew install automakelocal Homebrew formula metadata
sudo port install automakeMacPorts ports tree · devel/automake/Portfile · 来源: api.github.com
sudo apk add automakeAlpine Linux edge package indexes · automake · 来源: dl-cdn.alpinelinux.org
sudo apt install automakeDebian stable package indexes · automake · 来源: deb.debian.org
sudo dnf install automakeFedora Rawhide package metadata · automake · 来源: dl.fedoraproject.org
nix profile install nixpkgs#automakenixpkgs package indexes · automake · 来源: raw.githubusercontent.com
sudo pacman -S automakeArch Linux sync databases · automake · 来源: geo.mirror.pkgbuild.com
sudo zypper install automakeopenSUSE Tumbleweed package metadata · automake · 来源: download.opensuse.org
概览
Tool for generating GNU Standards-compliant Makefiles
历史
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.
安全态势
narrow executable package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
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.ac可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
aclocal | cli | 全局可执行文件 | |
aclocal-1.18 | cli | 全局可执行文件 | |
automake | cli | 全局可执行文件 | |
automake-1.18 | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://www.gnu.org/software/automake/
安装元数据
| 软件包键 | brew:automake |
|---|---|
| 版本 | 1.18.1 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/automake |
| 主页 | https://www.gnu.org/software/automake/ |
| 仓库 | https://git.savannah.gnu.org/cgit/automake.git |
| 上游文档 | https://www.gnu.org/software/automake/manual/automake.html |
| 许可证 | GPL-2.0-or-later |
| 源码归档 | https://ftpmirror.gnu.org/gnu/automake/automake-1.18.1.tar.xz |
| 最后更新 | 2026-06-18T14:23:12Z |
| Pulse | updated |
| 依赖 | autoconf |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sequoia, sonoma, tahoe, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| 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 |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
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 automake来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.