Before compiling and building files, an autotools project has to be configured. This step is needed to set global options, to check that all required libraries and programs are installed on your system and to generate appropriate build scripts.
From the
Keep the default configuration, select a new configuration or create a new one. You can inspect and modify all configuration options. See for more information.
Click on
The configuration could fail if some libraries or programs are not installed or do not have the right version. The error message tell you what is missing.
From the
If the project has not been already configured, it will be automatically configured before building any file.
It is a like cleaning the project but it removes even more files. You need to re-configure your project to build it afterward.
From the