<p>As I see it, the <code>Makefile.am</code> changes are backward-compatible. Thus I am not sure where the problem lies?</p>

<p>A few comments:</p>

<ul>
<li>You should not bundle (other projects) m4 files in Git; these files are considered as development files and should be included in the relevant <code>-dev(el)</code> packages in your favorite distro.</li>
<li>If you really <em>must</em> trick <code>aclocal</code>, you can increase the <code>#serial</code> line so that it always picks the one in the repo. But you should not.</li>
<li>Do you really want Python 2 support? If not, I think Python 3 is distributed with a <code>pkg-config</code> file which you should definitely use. Maybe add a <code>./configure --with-python={2|3}</code> switch?</li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany-plugins/pull/339#issuecomment-172522902">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJw9cN5btLgoq_riksnnMy2CTSreLks5pbNtCgaJpZM4HGnhk.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany-plugins/pull/339#issuecomment-172522902"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>