macOS
brew install automakelocal Homebrew formula metadata
sudo port install automakeMacPorts ports tree · devel/automake/Portfile · ソース: api.github.com
brew
automake のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
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ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.