On Monday 24 Mar 2014, Olivier wrote: > 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 ?
That probably isn't what you really want to do. The most common reason why a build fails is because a -dev package is missing. Alternatively, some required component might be present, but located somewhere away from the usual search path. Once either of these situations is resolved, you are going to need to re-run the configure script anyway. -- AJS Answers come *after* questions. -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
