This actually fixes building on Debian Unstable that ships ax_python_devel.m4 in autoconf-archive, and apparently aclocal prefers system directories. So we get the system version, which happens to be the latest, which changed API.
To avoid breaking older systems that would also ship ax_python_devel.m4 but in an older version with the older API, keep using the old API too. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany-plugins/pull/339 -- Commit Summary -- * geanypy: Update bundled ax_python_devel.m4 to latest upstream -- File Changes -- M geanypy/m4/ax_python_devel.m4 (100) M geanypy/src/Makefile.am (3) -- Patch Links -- https://github.com/geany/geany-plugins/pull/339.patch https://github.com/geany/geany-plugins/pull/339.diff --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/339
