summaryrefslogtreecommitdiff
path: root/modules/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Correctly substitute directory names in 'python' executable.HEADmasterLudovic Courtès2019-06-251-1/+0
| | | | | | | | | | | | Previously "@libdir@" would typically expand to "${exec_prefix}/…", which wouldn't have the intended effect. * modules/Makefile.am (python): New target. (CLEANFILES): New variable. * modules/configure.ac: Remove 'AC_CONFIG_FILES' for 'python'. * modules/python.in: Use @datadir@ instead of @prefix@/share. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* Add simple Python executable.Ricardo Wurmus2019-06-011-0/+1
| | | | | | * modules/python.in: New file. * modules/configure.ac: Configure it. * .gitignore: Hide generated file.
* python repo installStefan Israelsson Tampe2018-11-061-0/+18