Hi Dan:
On Debian 73 (Weezy) I am getting the following error trying to run the configuration script:
(using autoreconf version 2.69)
./configure: line 16315: syntax error near unexpected token `DEPS_PYTHON,'
./configure: line 16315: ` PKG_CHECK_MODULES(DEPS_PYTHON, python >= 2.7)'
The problem is line 279 in configure.ac:
PKG_CHECK_MODULES([DEPS_PYTHON], [python >= 2.7])
(line added in checkin rev. 10734)
Where is DEPS_PYTHON supposed to be defined?
Cheers,
Dan