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