Configure/Autoconf (cont)
If the configure script was completely general
- it would be huge
- most of it would be irrelevant for a given system
- developers would need to tailor it for new systems
The solution: generate the configure script automatically ...
|