Tagged Questions
0
votes
1answer
88 views
Speeding up ./configure script restarts when it fails
How to optimize restarting of ./configure script when it fails?
E.g. start ./configure to figure out missing dependency; start it again to figure out the next missing dependency and so on. If we ...