Registry / build-tool / autotools

autotools

JSON →
library0.2.7rscratesunverified

A build dependency to build native libraries that use configure&make-style build systems.

# Cargo.toml [dependencies] autotools = "0.2.7"
INSTALL
IMPORT
SIG · AUTOTOOLS
A
autotools
build-toolrustv0.2.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Config
use autotools::Config;

Creates a configuration for building with autotools.

use autotools::Config; fn main() { let config = Config::new("./configure"); println!("Autotools config created"); }
Debug
Known issues
gotchaRequires autotools (autoconf, automake) installed on the system.
fix
Install autotools via your package manager (e.g., apt install autoconf automake).
affects: >=0.2.0
Upgrade
Version history
0.2.7latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
38 hits · last 30 days
node
32
Meta
2
OpenAI (training)
1
Resources
autotools — cargo add autotools · libregistry