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:13:03 +0000 (12:13 -0400)
commit2840b69e79ba7c3d8cbf50d4905985ee010e4979
tree91e8a790e9c3f0696fc33791c903d8c4a7cf872b
parentff94ef265655a1bca03f4bf965311b39cde83d4d
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.024609 seconds and 4 git commands to generate.