The configure script====================The configure script is a simple shell script that will set up the required configuration forbuilding Haiku. It does not use autotools or any other similar system, mainly because the Haikubuild supports only a limited set of host architectures, and is largely self-contained.The configure script is also responsible for building the GCC cross-compiler, a compiler that runson your host machine, but can create executables that will eventually run on Haiku. During laterparts of the build, both this and the host compiler will be used, as several tools need to be runon the host machine during the build process.