aboutsummaryrefslogtreecommitdiffstats
path: root/m4/m4_ax_swig_python.m4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* python: Improve build system integration.Justus Winter2016-09-141-64/+0
| | | | | | | * configure.ac: Try to compile a Python module for each version. * m4/m4_ax_swig_python.m4: Drop unused file. Signed-off-by: Justus Winter <[email protected]>
* python: Integrate into the build system.Justus Winter2016-05-111-0/+64
* configure.ac: Make Python bindings configurable, add new Makefile. * lang/python/Makefile.am: New file. * lang/python/setup.py: Integrate into the build system. * m4/ax_pkg_swig.m4: New file from the autoconf archive. * m4/m4_ax_swig_python.m4: Likewise. Signed-off-by: Justus Winter <[email protected]>