🍺 BREW Explorer

← all formulae

autoconf

brew install autoconf v2.73 GPL-3.0-or-later AND (GPL-3.0-or-later WITH Autoconf-exception-3.0)

GNU Autoconf generates portable configure scripts from template files (autoconf is a build-system generator written in M4).

Why you might care

Essential for building C/C++ projects from source that use the GNU Autotools chain; generates shell scripts that detect platform features and configure compilation options. If you're building from a tarball with `./configure`, Autoconf created that script. Developers need it to regenerate configure scripts when modifying Makefile.in or configure.ac.

Categories

Alternatives

cmake meson scons
39.6k
30-day installs · #161
177.2k
90-day · #120
466.8k
365-day · #158

Runtime dependencies

m4

Links

Blurb generated by claude-haiku-4-5 on today.

Raw metadata
{
  "aliases": [
    "autoconf@2.73"
  ],
  "alternatives": [
    "cmake",
    "meson",
    "scons"
  ],
  "build_dependencies": [],
  "categories": [
    "build-system",
    "compiler"
  ],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [
    "m4"
  ],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Automatic configure script builder",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:35:38+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "autoconf",
  "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/autoconf/",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": "Autoconf - GNU Project - Free Software Foundation",
  "installs_30d": 39593,
  "installs_365d": 466782,
  "installs_90d": 177231,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "GPL-3.0-or-later AND (GPL-3.0-or-later WITH Autoconf-exception-3.0)",
  "llm_generated_at": "2026-06-20T23:43:07+00:00",
  "llm_model": "claude-haiku-4-5",
  "name": "autoconf",
  "oldnames": [],
  "one_liner": "GNU Autoconf generates portable configure scripts from template files (autoconf is a build-system generator written in M4).",
  "optional_dependencies": [],
  "rank_30d": 161,
  "rank_365d": 158,
  "rank_90d": 120,
  "raw_hash": "8c7c69bb7a993758",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/a/autoconf.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [
    "perl"
  ],
  "version_head": null,
  "version_stable": "2.73",
  "versioned_formulae": [],
  "why_use_this": "Essential for building C/C++ projects from source that use the GNU Autotools chain; generates shell scripts that detect platform features and configure compilation options. If you\u0027re building from a tarball with `./configure`, Autoconf created that script. Developers need it to regenerate configure scripts when modifying Makefile.in or configure.ac."
}