<p>In <a href="https://github.com/geany/geany/pull/928#discussion_r54989969">configure.ac</a>:</p>
<pre style='color:#555'>> @@ -120,6 +120,10 @@ GEANY_CHECK_THE_FORCE dnl hehe
> # i18n
> GEANY_I18N
>
> +AM_COND_IF([MINGW],
> + [docdir='${prefix}/doc'],
> + [docdir='${docdir}'])
</pre>
<div class="email-quoted-reply">> +AM_COND_IF([MINGW],
> + [docdir='${prefix}/doc'],
> + [docdir='${docdir}'])
As the Travis failure shows, this is a recursive variable from Make's POV, not a good thing :)</div>
<div class="email-fragment">Oops.
I really know too less about Autotools and how it works. Sorry.</div>
<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/pull/928/files#r54989969">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ4XvBzGRdc_Bp0cNZ0BL7Nh1tQM2ks5pp7pbgaJpZM4HoJGR.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/pull/928/files#r54989969"></link>
<meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>