<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<blockquote
cite="mid:CAPeT9ji020MZf-t5UDKO2SgUxsuwVpax_1rAKm1n0tu-1a=qAQ@mail.gmail.com"
type="cite">
<div dir="ltr">
<div>
<div>
<div>
<div>
<div><br>
</div>
</div>
A silly question bouncing in my head for a long time :<br>
</div>
when I'm installing-configuring a new Asterisk system, I'm
using a script that issue the usual ./configure, make and
make install commands to install Asterisk from source.<br>
<br>
</div>
When installation fails for any reason, I would re-run my
installation script which in turn, among many things, would
launch the above ./configure command.<br>
</div>
<div><br>
Is there a smart way to accelerate things a bit and skip
./configure when source files have not changed since last
configure command was previously run ?<br>
<br>
</div>
<div>Regards<br>
</div>
<div>
<div>
<div><br>
</div>
</div>
</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
</blockquote>
You do not need to call ./configure when building the package fails.
Just call "make", maybe "make --jobs=4".<br>
<br>
If your build fails because of a missing library, then you may
(need) to call configure again.<br>
<br>
jg<br>
</body>
</html>