Red Hat Developer Day – 26 June 201223
Autotools Project Continued..
●
Special build step occurs before invoking make
●
Looks for configure script or autogen.sh script or it creates configure
script via “autoreconf -i”
●
Future builds will verify if configure script needs to be regenerated or
whether current Makefile is valid
●
Autotool configuration options are per build
configuration
●
Can have multiple build configurations for a project
●
Each build configuration can have separate options for running the
configuration scripts
●
Useful for multiple cross-platform targets or setting up debug-enabled
builds or special options
Comentários a estes Manuais