<p>In <a href="https://github.com/geany/geany/pull/928#discussion_r54884739">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>
<p>As the Travis failure shows, this is a recursive variable from Make's POV, not a good thing :)<br>
Could probably drop the else part and leave it as default, couldn't it?</p>

<p>This said, I think it'd probably be better to alter paths like this in the Makefile.am instead.</p>

<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#r54884739">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ6FuMVeSxCYMFsM3jNpImCzeOyijks5ppu2tgaJpZM4HoJGR.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#r54884739"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>