Build: python agent: use setup.py over autoconf
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 10 Aug 2015 18:45:34 +0000 (14:45 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 11 Aug 2015 16:05:09 +0000 (12:05 -0400)
commitbf2618561a5a5124663afa5d0be493793544d773
treea07e0e491f3dd3eea82eb9a6b4ae2ef829f81e76
parent9f51ebf7aae5d33ce506b67ff64ecef001fd7012
Build: python agent: use setup.py over autoconf

This change provides a valid way of installing the agent. The autoconf
python macro provides the wrong installation path for
python 3 under Debian and Ubuntu due to distro-specific packaging for
python 2.7 and 3.

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
.gitignore
configure.ac
liblttng-ust-python-agent/Makefile.am
liblttng-ust-python-agent/__init__.py.in [deleted file]
liblttng-ust-python-agent/lttngust/__init__.py.in [new file with mode: 0644]
liblttng-ust-python-agent/setup.py.in [new file with mode: 0644]
This page took 0.025402 seconds and 5 git commands to generate.