autotools
autotools macros
The autotools
macros are used for projects that supply
a Makefile
, and potentially a ./configure
script.
%configure
Perform ./configure with the default options
%make
Perform a make
%make_install
Install results of build to the destination directory
%reconfigure
Re autotools-configure a project without an autogen.sh script
%autogen
Run autogen.sh script, attempting to only configure once