summaryrefslogtreecommitdiff
path: root/modules/python.in
Commit message (Collapse)AuthorAgeFilesLines
* Correctly substitute directory names in 'python' executable.HEADmasterLudovic Courtès2019-06-251-1/+1
| | | | | | | | | | | | 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>
* Install 'python' executable.Ludovic Courtès2019-06-131-0/+7
| | | | | * modules/Makefile.am (nodist_bin_SCRIPTS): New variable. * modules/python.in: Set '%load-path' and '%load-compiled-path'.
* Add simple Python executable.Ricardo Wurmus2019-06-011-0/+29
* modules/python.in: New file. * modules/configure.ac: Configure it. * .gitignore: Hide generated file.