automake
brew install automake
v1.18.1_1
GPL-2.0-or-later
GNU build system tool that generates Makefiles from high-level specifications.
Why you might care
Essential for building C/C++ projects that use the autotools chain (autoconf + automake). Converts portable AM_INIT_AUTOMAKE macros into Makefile.in templates, eliminating hand-written boilerplate. Nearly universal in legacy and enterprise C codebases; if you're compiling from a tarball with ./configure, automake is part of the build infrastructure.
20.6k
30-day installs · #231
64.1k
90-day · #235
326.1k
365-day · #203
Runtime dependencies
Links
- https://www.gnu.org/software/automake/
- Brew formula source: Formula/a/automake.rb
Blurb generated by claude-haiku-4-5 on today.
Raw metadata
{
"aliases": [],
"alternatives": [
"cmake",
"meson",
"make",
"bazel"
],
"build_dependencies": [],
"categories": [
"build-system",
"compiler"
],
"caveats": null,
"conflicts_with": [],
"dependencies": [
"autoconf"
],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Tool for generating GNU Standards-compliant Makefiles",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:35:39+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "automake",
"github_default_branch": null,
"github_last_commit_at": null,
"github_readme_excerpt": null,
"github_repo": null,
"github_stars": null,
"github_topics": [],
"homepage": "https://www.gnu.org/software/automake/",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": "Automake - GNU Project - Free Software Foundation",
"installs_30d": 20639,
"installs_365d": 326113,
"installs_90d": 64088,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "GPL-2.0-or-later",
"llm_generated_at": "2026-06-20T23:43:33+00:00",
"llm_model": "claude-haiku-4-5",
"name": "automake",
"oldnames": [],
"one_liner": "GNU build system tool that generates Makefiles from high-level specifications.",
"optional_dependencies": [],
"rank_30d": 231,
"rank_365d": 203,
"rank_90d": 235,
"raw_hash": "ba84c025a7d1321e",
"recommended_dependencies": [],
"revision": 1,
"ruby_source_path": "Formula/a/automake.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": null,
"version_stable": "1.18.1",
"versioned_formulae": [],
"why_use_this": "Essential for building C/C++ projects that use the autotools chain (autoconf + automake). Converts portable AM_INIT_AUTOMAKE macros into Makefile.in templates, eliminating hand-written boilerplate. Nearly universal in legacy and enterprise C codebases; if you\u0027re compiling from a tarball with ./configure, automake is part of the build infrastructure."
}