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/autoconfPrograms 
This package provides the following executable programs:
autoconfautoheaderautom4teautoreconfautoscanautoupdateifnames
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 -iDependencies 
This package depends on:
gnu.org/m4@1perl.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(', ')}`)Links 
This documentation was auto-generated from package data.