Releases: lu-zero/autotools-rs
Releases · lu-zero/autotools-rs
v0.2.7
- Always set num_jobs in
make_args
(thank you @citizen-stig !) - Add a note in the README and docs to rise awareness of the risks related to build scripts.
New Contributors
- @citizen-stig made their first contribution in #37
v0.2.6
v0.2.5
Multiple improvements
- Better windows support
- More documentation
- Ability to avoid passing certain options to support more quasi-autotools configure scripts.
Emscripten support
v0.2.2 Use emconfigure and emmake wrappers for emscripten targets
Incompatible bugfix
Address #13 and bump the version accordingly.
New feature release
Thanks to Nolan Darilek there is support for:
- custom
CFLAGS
,LDFLAGS
andCXXFLAGS
- enabling/disabling shared and static builds
Thanks to Martin Larralde there is support for:
- custom
make
targets in-source
compilation
Add autoreconf and make options support
Thanks to Owen Nelson we have the following features:
reconf
to trigger autoreconfig (was documented but missing)make_args
to add additional make parameters (new)
First release
Minimal feature set, but workable.