Skip to content

gnu.org/autoconf

Automatic configure script builder

Package Information

  • Domain: gnu.org/autoconf
  • Name: gnu.org/autoconf
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install gnu.org/autoconf

Programs

This package provides the following executable programs:

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

Available Versions

Show all 2 versions
  • 2.72.0, 2.71.0

Latest Version: 2.72.0

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +gnu.org/autoconf@2.72.0 -- $SHELL -i

Dependencies

This package depends on:

  • gnu.org/m4@1
  • perl.org

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry['gnu.org/autoconf']

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.