A build dependency to compile a native library that uses autotools or a compatible configure script + make.
configure
make
It is based on cmake-rs and the API tries to be as similar as possible to it.
``` toml
[build-dependencies] autotools = "0.1" ```