Autotools

% aclocal # Creating aclocal.m4
% touch README AUTHORS NEWS ChangeLog
% automake -a # Creating Makefile.in # -ac —add-missing —copy
% autoheader # Creating config.h.in
% autoconf # Creating the “configure” Script
% ./configure
% make

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License