macOS
brew install autoconflocal Homebrew formula metadata
sudo port install autoconfMacPorts ports tree · devel/autoconf/Portfile · ソース: api.github.com
brew
autoconf のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install autoconflocal Homebrew formula metadata
sudo port install autoconfMacPorts ports tree · devel/autoconf/Portfile · ソース: api.github.com
sudo apk add autoconfAlpine Linux edge package indexes · autoconf · ソース: dl-cdn.alpinelinux.org
sudo apt install autoconfDebian stable package indexes · autoconf · ソース: deb.debian.org
sudo dnf install autoconfFedora Rawhide package metadata · autoconf · ソース: dl.fedoraproject.org
nix profile install nixpkgs#autoconfnixpkgs package indexes · autoconf · ソース: raw.githubusercontent.com
sudo pacman -S autoconfArch Linux sync databases · autoconf · ソース: geo.mirror.pkgbuild.com
sudo zypper install autoconfopenSUSE Tumbleweed package metadata · autoconf · ソース: download.opensuse.org
概要
Automatic configure script builder
履歴
GNU Autoconf is one of the central tools of the GNU build system: it generates portable configure shell scripts from configure.ac input so source packages can adapt themselves to Unix-like systems.
The Autoconf manual's history chapter, written by original author David MacKenzie, traces the project to June 1991, when MacKenzie was maintaining GNU utilities and wrote a shell script to guess build settings for fileutils rather than forcing users to choose many makefile -D options by hand.
After adapting similar scripts for other GNU packages and receiving requests for a generator, MacKenzie began turning the hand-maintained configure scripts into Autoconf. The AUTHORS file credits MacKenzie as the original author with help from François Pinard, Karl Berry, Richard Pixley, Ian Lance Taylor, Roland McGrath, Noah Friedman and many others.
Autoconf became a pillar of the broader GNU build system with Automake and Libtool. Its generated configure scripts are intentionally independent of Autoconf at run time, which made it especially attractive for source tarballs distributed to users who might not have the full build toolchain installed.
Autoconf spread through GNU and portable Unix software because it solved the painful problem of discovering headers, functions, compilers, libraries, filesystem quirks and platform behavior at build time. The manual notes that generated configure scripts test individual features rather than relying on static tables of operating-system variants.
Its adoption history is also visible in package-manager coverage: the input facts list Autoconf across Homebrew, Debian, Ubuntu, Fedora/dnf, Arch/pacman, Alpine/apk, MacPorts, Nix and openSUSE/zypper. For decades, ./configure && make && make install has been a cultural baseline of Unix source distribution, and Autoconf is the tool most associated with generating that first step.
Package maintainers write configure.ac and run autoconf to produce a configure script. Depending on the package, related files may include aclocal.m4, acsite.m4, config.h.in, Makefile.in, config.status, config.cache and config.log.
End users usually do not run autoconf directly; they run the generated configure script from a release tarball. Developers and distribution maintainers use autoreconf, autoheader, autoscan, autoupdate and autom4te when regenerating or modernizing build machinery.
Autoconf matters to package nerds because it is both infrastructure and folklore. It explains why so many source packages have configure.ac in git but ship a generated configure script in release tarballs, and why package builds often patch m4 macros or rerun autoreconf after applying downstream changes.
It also embodies the portability contract between upstream tarballs and downstream packagers: generated scripts should run with only a POSIX-like shell, while maintainers absorb the complexity of M4, feature probes and macro compatibility.
セキュリティ状態
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.
configure.ac実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
autoconf | cli | グローバル実行可能ファイル | |
autoheader | cli | グローバル実行可能ファイル | |
autom4te | cli | グローバル実行可能ファイル | |
autoreconf | cli | グローバル実行可能ファイル | |
autoscan | cli | グローバル実行可能ファイル | |
autoupdate | cli | グローバル実行可能ファイル | |
ifnames | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://www.gnu.org/software/autoconf/
インストールメタデータ
| パッケージキー | brew:autoconf |
|---|---|
| バージョン | 2.73 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/autoconf |
| ホームページ | https://www.gnu.org/software/autoconf/ |
| リポジトリ | https://git.savannah.gnu.org/cgit/autoconf.git |
| 上流ドキュメント | https://www.gnu.org/software/autoconf/manual |
| ライセンス | GPL-3.0-or-later AND (GPL-3.0-or-later WITH Autoconf-exception-3.0) |
| ソースアーカイブ | https://ftpmirror.gnu.org/gnu/autoconf/autoconf-2.73.tar.gz |
| 最終更新 | 2026-06-13T01:02:59+02:00 |
| Pulse | updated |
| 依存関係 | m4 |
| macOS 提供ライブラリ | perl |
| 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 | autoconf |
| Aliases |
|
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
autoconf 2.72-3.1
automatic configure script builder
https://www.gnu.org/software/autoconf/
sudo apt install autoconfautoconf-doc 2.72-3.1
automatic configure script builder documentation
https://www.gnu.org/software/autoconf/
sudo apt install autoconf-docautoconf
nix profile install nixpkgs#autoconfautoconf 2.71-3
automatic configure script builder
https://www.gnu.org/software/autoconf/
sudo apt install autoconfautoconf-doc 2.71-3
automatic configure script builder documentation
https://www.gnu.org/software/autoconf/
sudo apt install autoconf-docautoconf 2.73-r0
GNU tool for automatically configuring source code
https://www.gnu.org/software/autoconf
sudo apk add autoconfautoconf-doc 2.73-r0
GNU tool for automatically configuring source code (documentation)
https://www.gnu.org/software/autoconf
sudo apk add autoconf-docautoconf 2.73-3.fc45
A GNU tool for automatically configuring source code
https://www.gnu.org/software/autoconf/
sudo dnf install autoconfautoconf 2.73-1
A GNU tool for automatically configuring source code
https://www.gnu.org/software/autoconf
sudo pacman -S autoconfautoconf 2.73-1.1
A GNU Tool for Automatically Configuring Source Code
https://www.gnu.org/software/autoconf
sudo zypper install autoconfautoconf
sudo port install autoconfautoscan 1.4.0-r21
Autoscan replaces the default Plex and Emby behaviour for picking up changes on the file system.
https://github.com/Cloudbox/autoscan
sudo apk add autoscanautoscan-openrc 1.4.0-r21
Autoscan replaces the default Plex and Emby behaviour for picking up changes on the file system. (OpenRC init scripts)
https://github.com/Cloudbox/autoscan
sudo apk add autoscan-openrcソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.