autotools/configure&make support for build.rs

LICENSE dependency status crates.io docs.rs

A build dependency to compile a native library that uses autotools or a compatible configure script + make.

It is based on cmake-rs and the API tries to be as similar as possible to it.

``` toml

Cargo.toml

[build-dependencies] autotools = "0.1" ```