Make
From FVue
Gnu autoconf, automake
+---------+ ---------- ------------
| aclocal +-->--aclocal.m4 configure.in
+---------+ -----+---- ------+-----
v v
| +-----+----+
+----->----+ autoconf |
+-----+----+
v
----------- +----------+ ----------- +-----+-----+ --------
Makefile.am-->-+ automake +-->--Makefile.in-->--+ configure +-->--Makefile
----------- +----------+ ----------- +-----------+ ----+---
|
+---+--+
| make |
+------+
Typical commands to run:
aclocal autoconf automake --add-missing ./configure make
Advertisement