Hi! NetBSD pkgsrc (but also some Linux distributions) installs the python interpreter from python-3.4 as "python3.4". AM_PATH_PYTHON does not look for that name. The attached patch (against anongit from a minute ago) fixes this. Please include it in the next release. Thanks, Thomas