<p>In <a href="https://github.com/geany/geany/pull/636#discussion_r43072142">README</a>:</p>
<pre style='color:#555'>> @@ -40,8 +40,9 @@ GNU versions of these tools are recommended.
>  
>  Installation
>  ------------
> -Installing Geany is done by the following three commands:
> -$ ./configure
> +Installing Geany is done by the following commands:
> +$ libtoolize
> +$ ./autogen.sh
</pre>
<p>It needs to be called any time <code>configure</code> script needs to be re-generated also, like if someone edits <code>configure.ac</code> or any of the <code>.m4</code> files. I think that's why <code>autogen.sh</code> calls <code>configure</code> for you, to avoid the extra step.</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/636/files#r43072142">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ9TxXy3MuzCtUnaGJAIaifOJshlaks5o_rwbgaJpZM4F03f3.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/636/files#r43072142"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>