Detect Python packages directory on configure
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 16 Oct 2014 20:36:10 +0000 (16:36 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 16 Oct 2014 20:36:10 +0000 (16:36 -0400)
commit1b39e2de5485147dd3dc7089c4edfd685d5cad96
tree529a4a2e4dcd6634a029a193c4512bf641b5b00d
parente0275755322f25c08b035b164fc305035b16f30f
Detect Python packages directory on configure

The Python interpreter on Debian is configurated to use
...lib/python.../dist-packages instead of
.../lib/python.../site-packages to look for extra modules.

python_modules.m4 performs a runtime python check of the
sys.path variable to check wether the selected interpreter is
configurated to use site-packages vs dist-packages.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
configure.ac
m4/python_modules.m4 [new file with mode: 0644]
This page took 0.024456 seconds and 4 git commands to generate.