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:13:04 +0000 (12:13 -0400)
commit8b4500252debf1ae09de9a24230b1db95b8a6698
treeca4f6da41e971194baf638d05e269cebc8ac16d5
parent8871babdc4ba7c93a1a66db84b0609decdf331a0
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.025871 seconds and 4 git commands to generate.