Build: use AM_PATH_PYTHON to resolve python when building agent
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 10 Aug 2015 18:45:31 +0000 (14:45 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 11 Aug 2015 16:03:06 +0000 (12:03 -0400)
commit55c9e5ae72080e66a84a205650538a5d4294e95b
treeaa2f2e38be7e1b4b6fa5393efbe51324ac2c76ac
parentfc504d0ced80f1ce858469ba73665d3ce4d79657
Build: use AM_PATH_PYTHON to resolve python when building agent

The agent can be built against a forced python version by exporting
PYTHON environment variable at configure time.

ex:
$ export PYTHON=python3
$ ./configure --enable-python-agent

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
configure.ac
This page took 0.024606 seconds and 5 git commands to generate.