I know this must be a stupid question. Suppose I have a library using the autotools build system. I have all the tags configure, configure.ac, Makefile.am, config.hand other files in the root folder of the project. Some of them are written by the developer, others are created using autotools.
configure
configure.ac
Makefile.am
config.h
Question: if I use version control system (in my case - hg) - which of all autotools files should be monitored by VCS and which should not (hgignore'd)?
Thanks Serge
, , , , - , VCS, autotools, .
, , , autotools.
:
, , - , , , .
configure config.h () , , , Makefile.in.
Makefile.in
, autotools, configure.ac, Makefile.am, , GNU m4, / , configure.ac.
m4