gnu.org/automake
Tool for generating GNU Standards-compliant Makefiles
Package Information
- Domain:
gnu.org/automake
- Name:
gnu.org/automake
- Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install gnu.org/automake
Programs
This package provides the following executable programs:
aclocal
automake
Available Versions
Show all 4 versions
1.18.1
,1.18.0
,1.17.0
,1.16.5
Latest Version: 1.18.1
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) +gnu.org/automake@1.18.1 -- $SHELL -i
Dependencies
This package depends on:
gnu.org/autoconf^2.65.0
perl.org
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry['gnu.org/automake']
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.