macOS
brew install autoconflocal Homebrew formula metadata
sudo port install autoconfMacPorts ports tree · devel/autoconf/Portfile · 来源: api.github.com
安装
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来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.