Skip to main content

Crate automake_rs_cli

Crate automake_rs_cli 

Source

Functions§

detect_platform
Detect platform triple (config.guess replacement). NC.PERM.11: Basic platform detection implemented via Rust std. Not claimed as a full config.guess/config.sub replacement.
effective_libdir
Get the effective libdir (from –libdir flag or auto-detect).
run_aclocal
Run the aclocal CLI — native engine.
run_automake
Run the automake CLI — native Rust pipeline.
was_interrupted
Check if the process was interrupted (SIGINT received).