# 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

```sh
sudo av install brew:autoconf
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install autoconf
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install autoconf
```

  Evidenz: MacPorts ports tree: devel/autoconf/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add autoconf
```

  Evidenz: Alpine Linux edge package indexes: autoconf from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install autoconf
```

  Evidenz: Debian stable package indexes: autoconf from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install autoconf
```

  Evidenz: Fedora Rawhide package metadata: autoconf from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#autoconf
```

  Evidenz: nixpkgs package indexes: autoconf from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

- pacman (92%):

```sh
sudo pacman -S autoconf
```

  Evidenz: Arch Linux sync databases: autoconf from https://geo.mirror.pkgbuild.com/core/os/x86_64/core.db.tar.gz

- zypper (92%):

```sh
sudo zypper install autoconf
```

  Evidenz: openSUSE Tumbleweed package metadata: autoconf from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## Paketfakten

- **Paketschlüssel:** brew:autoconf
- **Paketmanager:** Homebrew
- **Version:** 2.73
- **Quellzusammenfassung:** Automatic configure script builder
- **Homepage:** <https://www.gnu.org/software/autoconf/>
- **Zuletzt aktualisiert:** 2026-06-13T01:02:59+02:00
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- autoconf (Alias)
- autoheader (Alias)
- autom4te (Alias)
- autoreconf (Alias)
- autoscan (Alias)
- autoupdate (Alias)
- ifnames (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 2.73
## 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.

### Quellen

- <https://ftp.gnu.org/gnu/autoconf/autoconf-2.72.tar.xz>
- <https://git.savannah.gnu.org/cgit/autoconf.git>
- <https://www.gnu.org/software/autoconf/manual>


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals


## 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

- Unix: configure.ac
## Andere Paketmanager-Einträge

- Debian apt - autoconf - 2.72-3.1: normalized package name match | Debian stable package indexes: autoconf from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | automatic configure script builder | https://www.gnu.org/software/autoconf/
- Debian apt - autoconf-doc - 2.72-3.1: normalized package name match | Debian stable package indexes: autoconf-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | automatic configure script builder documentation | https://www.gnu.org/software/autoconf/
- Nix - autoconf: normalized package name match | nixpkgs package indexes: autoconf from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- Ubuntu apt - autoconf - 2.71-3: normalized package name match | Ubuntu 24.04 LTS package indexes: autoconf from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | automatic configure script builder | https://www.gnu.org/software/autoconf/
- Ubuntu apt - autoconf-doc - 2.71-3: normalized package name match | Ubuntu 24.04 LTS package indexes: autoconf-doc from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | automatic configure script builder documentation | https://www.gnu.org/software/autoconf/
- apk - autoconf - 2.73-r0: normalized package name match | Alpine Linux edge package indexes: autoconf from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | GNU tool for automatically configuring source code | https://www.gnu.org/software/autoconf
- apk - autoconf-doc - 2.73-r0: normalized package name match | Alpine Linux edge package indexes: autoconf-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | GNU tool for automatically configuring source code (documentation) | https://www.gnu.org/software/autoconf
- dnf - autoconf - 2.73-4.fc45: normalized package name match | Fedora Rawhide package metadata: autoconf from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | A GNU tool for automatically configuring source code | https://www.gnu.org/software/autoconf/
- pacman - autoconf - 2.73-1: normalized package name match | Arch Linux sync databases: autoconf from https://geo.mirror.pkgbuild.com/core/os/x86_64/core.db.tar.gz | A GNU tool for automatically configuring source code | https://www.gnu.org/software/autoconf
- zypper - autoconf - 2.73-1.2: normalized package name match | openSUSE Tumbleweed package metadata: autoconf from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | A GNU Tool for Automatically Configuring Source Code | https://www.gnu.org/software/autoconf
- MacPorts - autoconf: normalized package name match | MacPorts ports tree: devel/autoconf/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- apk - autoscan - 1.4.0-r22: installed executable or alias match | Alpine Linux edge package indexes: autoscan from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Autoscan replaces the default Plex and Emby behaviour for picking up changes on the file system. | https://github.com/Cloudbox/autoscan
- apk - autoscan-openrc - 1.4.0-r22: installed executable or alias match | Alpine Linux edge package indexes: autoscan-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Autoscan replaces the default Plex and Emby behaviour for picking up changes on the file system. (OpenRC init scripts) | https://github.com/Cloudbox/autoscan


## Combined YAML source

View the package source record on GitHub. [combined/autoconf.yml](https://github.com/mxcl/pkgdb/blob/main/combined/autoconf.yml)


## Quellen

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
