Displaying 1 result from an estimated 1 matches for "68de2a22".
Did you mean:
68d42a22
2014 Mar 24
3
Skip ./configure when source directory has not changed
Hi,
A silly question bouncing in my head for a long time :
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.
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.
Is