[Github-comments] [geany-plugins] geanypy: Update bundled ax_python_devel.m4 to latest upstream (#339)
Quentin Glidic
notifications at xxxxx
Mon Jan 18 13:08:18 UTC 2016
As I see it, the `Makefile.am` changes are backward-compatible. Thus I am not sure where the problem lies?
A few comments:
- You should not bundle (other projects) m4 files in Git; these files are considered as development files and should be included in the relevant `-dev(el)` packages in your favorite distro.
- If you really *must* trick `aclocal`, you can increase the `#serial` line so that it always picks the one in the repo. But you should not.
- Do you really want Python 2 support? If not, I think Python 3 is distributed with a `pkg-config` file which you should definitely use. Maybe add a `./configure --with-python={2|3}` switch?
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/339#issuecomment-172522902
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160118/73632e5d/attachment.html>
More information about the Github-comments
mailing list