autotools 0.1.2

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

autotools/configure&make support for build.rs

LICENSE

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

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

# Cargo.toml
[build-dependencies]
autotools = "0.1"