summary refs log tree commit diff stats
path: root/m4/ax_python_devel.m4
AgeCommit message (Collapse)Author
2017-06-13build: Replace Autotools with MesonPatrick Griffis
Quick rundown of benefits: - Much faster: - Autotools (with autogen): 22 seconds - Meson: 7 seconds - Meson (with ccache): 2 seconds - Simpler: - ~1000 lines smaller - Single simple language - Potentially better Windows (Visual Studio) support What is not done: - Complete Windows support - OSX support (easy) Closes #2013 Closes #1937 Closes #1803
2016-04-19configure: Bundle ax_python_devel.m4Patrick Griffis
Upstream broke API so older distributions have broken system versions Fixes #1632
2016-03-06build: Don't store autoconf-archive macros in repoPatrick Griffis
The release tarballs will still have them
2015-09-30configure: Clean up Python checkingPatrick Griffis
This fixes requiring to add a version every time a new release comes out...