Lines Matching full:configure
68 <li><a href="#recommended_autoconf">Run './configure' through scan-build</a></li>
201 <h3 id="recommended_autoconf">Run './configure' through scan-build</h3>
203 <p>If an analyzed project uses an autoconf generated <tt>configure</tt> script,
204 you will probably need to run <tt>configure</tt> script through
210 $ scan-build ./configure
214 <p>The reason <tt>configure</tt> also needs to be run through
222 <p>Running <tt>configure</tt> typically generates makefiles that have hardwired
223 paths to the compiler, and by running <tt>configure</tt> through
246 <p>When applicable, you can also run <tt>./configure</tt> for a project through
247 <tt>scan-build</tt> so that configure sets up the location of <tt>CC</tt> based
251 $ scan-build <b>./configure</b>
254 <p><tt>scan-build</tt> has special knowledge about <tt>configure</tt>, so it in
255 most cases will not actually analyze the configure tests run by
256 <tt>configure</tt>.</p>