I am comparing
- the flowchart of autoconf and automake from https://en.wikipedia.org/wiki/Automake ,
- Figure 1 - File Input/Output Graph in http://www.seul.org/docs/autotut/
Are the following differences between them normal? Which one is correct?
Which is the input to
autoheader
andautoscan
,configure.ac
orconfigure.in
?For inputs to
automake
, areconfigure.ac
andconfig.h.in
its inputs?For inputs to
make
, isconfig.h
its input?
Thanks.