Automic VaultAutomic Vault

brew

autoconf mit Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für autoconf in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install autoconf

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install autoconf

MacPorts ports tree · devel/autoconf/Portfile · Quelle: api.github.com

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add autoconf

Alpine Linux edge package indexes · autoconf · Quelle: dl-cdn.alpinelinux.org

Debian aptverifiziert · 92%
sudo apt install autoconf

Debian stable package indexes · autoconf · Quelle: deb.debian.org

Fedora dnfverifiziert · 92%
sudo dnf install autoconf

Fedora Rawhide package metadata · autoconf · Quelle: dl.fedoraproject.org

Nixverifiziert · 92%
nix profile install nixpkgs#autoconf

nixpkgs package indexes · autoconf · Quelle: raw.githubusercontent.com

Arch Linux pacmanverifiziert · 92%
sudo pacman -S autoconf

Arch Linux sync databases · autoconf · Quelle: geo.mirror.pkgbuild.com

openSUSE zypperverifiziert · 92%
sudo zypper install autoconf

openSUSE Tumbleweed package metadata · autoconf · Quelle: download.opensuse.org

Überblick

Paketzusammenfassung

Automatic configure script builder

Befehle und Aliase

  • autoconf
  • autoheader
  • autom4te
  • autoreconf
  • autoscan
  • autoupdate
  • ifnames

Verlauf

Projektgeschichte und Nutzung

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.

Projektgeschichte

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.

Adoptionsgeschichte

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.

Wie es verwendet wird

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.

Warum Paket-Nerds sich dafür interessieren

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.

Zeitleiste

  • 1991: David MacKenzie writes early configure scripts for GNU utilities and begins the path toward Autoconf.
  • 1990s: Autoconf becomes part of the GNU build-system toolchain alongside Automake and Libtool.
  • 2000: GNU Autoconf, Automake and Libtool is published, documenting the combined build environment.
  • 2023: Autoconf 2.72 is released on 2023-12-22 with C23/Y2038-related updates and modernized requirements.

Related projects

  • Autoconf is normally discussed with Automake, Libtool, Gnulib and the Autoconf Archive.
  • The manual contrasts Autoconf's feature-test approach with table-driven configure systems and hand-written configure scripts.

Sicherheitslage

Risikostufe: grün

narrow executable package without higher-risk signals.

Risikoklassifikator

grün Risiko · niedrig Konfidenz · appliance

Warum

  • narrow executable package without higher-risk signals

Signale

  • metadata:no-higher-risk-signals

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 8 Plattformziele verfügbar.
  • Installiert mit 1 Laufzeitabhängigkeiten.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
configure.ac

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
autoconfcliglobales Executable
autoheadercliglobales Executable
autom4tecliglobales Executable
autoreconfcliglobales Executable
autoscancliglobales Executable
autoupdatecliglobales Executable
ifnamescliglobales Executable

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-07-10
Manager-Version2.73
Manager aktualisiert2026-06-13
lokale DatenOK
Upstreamnot checked
neueste erkannte Versionnicht erkannt

https://www.gnu.org/software/autoconf/

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:autoconf
Version2.73
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/autoconf
Homepagehttps://www.gnu.org/software/autoconf/
Repositoryhttps://git.savannah.gnu.org/cgit/autoconf.git
Upstream-Dokumentationhttps://www.gnu.org/software/autoconf/manual
LizenzGPL-3.0-or-later AND (GPL-3.0-or-later WITH Autoconf-exception-3.0)
Quellarchivhttps://ftpmirror.gnu.org/gnu/autoconf/autoconf-2.73.tar.gz
Zuletzt aktualisiert2026-06-13T01:02:59+02:00
Pulseupdated
Abhängigkeitenm4
Von macOS bereitgestellte Bibliothekenperl
Bottleverfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sequoia, sonoma, tahoe, x86_64_linux)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameautoconf
Aliases
  • autoconf@2.73
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Debian apt95%

autoconf 2.72-3.1

automatic configure script builder

https://www.gnu.org/software/autoconf/

sudo apt install autoconf
  • Section: devel
  • Architecture: all
  • 3 Abhängigkeiten
  • 7 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Autoconf
Debian stable package indexes · deb.debian.org · Debian stable package indexes: autoconf from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

autoconf-doc 2.72-3.1

automatic configure script builder documentation

https://www.gnu.org/software/autoconf/

sudo apt install autoconf-doc
  • Section: doc
  • Architecture: all
  • Source Package: autoconf
  • 1 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Autoconf
Debian stable package indexes · deb.debian.org · Debian stable package indexes: autoconf-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

autoconf

nix profile install nixpkgs#autoconf
  • normalized package name match
  • Abgeglichen nach: Autoconf
nixpkgs package indexes · raw.githubusercontent.com · nixpkgs package indexes: autoconf from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
Ubuntu apt95%

autoconf 2.71-3

automatic configure script builder

https://www.gnu.org/software/autoconf/

sudo apt install autoconf
  • Section: devel
  • Architecture: all
  • 3 Abhängigkeiten
  • 7 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Autoconf
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: autoconf from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

autoconf-doc 2.71-3

automatic configure script builder documentation

https://www.gnu.org/software/autoconf/

sudo apt install autoconf-doc
  • Section: doc
  • Architecture: all
  • Source Package: autoconf
  • 1 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Autoconf
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: autoconf-doc from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
apk95%

autoconf 2.73-r0

GNU tool for automatically configuring source code

https://www.gnu.org/software/autoconf

sudo apk add autoconf
  • License: GPL-3.0-or-later WITH Autoconf-exception-3.0
  • Architecture: x86_64
  • Source Package: autoconf
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Autoconf
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: autoconf from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

autoconf-doc 2.73-r0

GNU tool for automatically configuring source code (documentation)

https://www.gnu.org/software/autoconf

sudo apk add autoconf-doc
  • License: GPL-3.0-or-later WITH Autoconf-exception-3.0
  • Architecture: x86_64
  • Source Package: autoconf
  • normalized package name match
  • Abgeglichen nach: Autoconf
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: autoconf-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
dnf95%

autoconf 2.73-3.fc45

A GNU tool for automatically configuring source code

https://www.gnu.org/software/autoconf/

sudo dnf install autoconf
  • License: GPL-2.0-or-later AND GPL-3.0-or-later AND GPL-3.0-or-later WITH Autoconf-exception-generic-3.0 AND GFDL-1.3-or-later AND FSFAP AND X11 AND
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: autoconf
  • 7 Abhängigkeiten
  • 3 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Autoconf
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: autoconf from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

autoconf 2.73-1

A GNU tool for automatically configuring source code

https://www.gnu.org/software/autoconf

sudo pacman -S autoconf
  • License: GPL2 AND GPL3 AND custom
  • Architecture: any
  • 5 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Autoconf
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: autoconf from https://geo.mirror.pkgbuild.com/core/os/x86_64/core.db.tar.gz
zypper95%

autoconf 2.73-1.1

A GNU Tool for Automatically Configuring Source Code

https://www.gnu.org/software/autoconf

sudo zypper install autoconf
  • License: GPL-3.0-or-later
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: autoconf
  • 5 Abhängigkeiten
  • 2 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Autoconf
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: autoconf from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

autoconf

sudo port install autoconf
  • normalized package name match
  • Abgeglichen nach: Autoconf
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/autoconf/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
apk92%

autoscan 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 autoscan
  • License: MIT
  • Architecture: x86_64
  • Source Package: autoscan
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • installed executable or alias match
  • Abgeglichen nach: Autoscan
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: autoscan from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk92%

autoscan-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
  • License: MIT
  • Architecture: x86_64
  • Source Package: autoscan
  • installed executable or alias match
  • Abgeglichen nach: Autoscan
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: autoscan-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment