Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-20 | python/build/autotools.py: add autoreconf support | Max Kellermann | |
2018-01-19 | python/build/autotools.py: add "subdir" parameter | Max Kellermann | |
2018-01-05 | build/python: refactoring: introduce new class MakeProject | Felix Hädicke | |
This introduces a the new class MakeProject, which is used as a base class for all Makefile based thirdparty libraries. | |||
2018-01-05 | build/python/autotools: add properties "ldflags", "libs", "install_target" | Max Kellermann | |
2018-01-05 | build/python: use "glibtoolize", not "libtoolize" when compiling on OS X | Felix Hädicke | |
On OS X, the "libtoolize" command is some Apple tool. The libtoolize we want is named "glibtoolize" in Homebrew. | |||
2016-10-26 | python/build/autotools: pass RANLIB to configure | Max Kellermann | |
Fixes various static library linker failures ("bad extended name entry at header"), because the wrong "ranlib" was used. | |||
2016-10-26 | python/build/autotools: do not use absolute path for autotools | Felix Hädicke | |
2016-10-26 | python/build/autotools: move libtoolize call up | Max Kellermann | |
autoconf depends on libtoolize. | |||
2015-11-21 | {android,win32}/build.py: move class AutotoolsProject to build/autotools.py | Max Kellermann | |