jarvis657 / snappy

Automatically exported from code.google.com/p/snappy
Other
0 stars 0 forks source link

Autogenerated files in source control #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
IMHO, The various bits generated from and added by the autotools shouldn't be 
committed. autoreconf -i works really well these days. For this project, that's:

INSTALL
Makefile.in
aclocal.m4
autom4te.cache
compile
config.guess
config.h.in
config.sub
configure
depcomp
install-sh
ltmain.sh
missing
mkinstalldirs

The main problem with this is that it causes the diffs to become really 
cluttered, especially if the local developer is using a different autoconf or 
automake version. Better, IMHO, to put up a list of tested autotools versions 
and a working bootstrap script (or a note to call autoreconf -i, if that's 
sufficient here).

Original issue reported on code.google.com by endgame....@gmail.com on 23 Mar 2011 at 12:10

GoogleCodeExporter commented 9 years ago
Fixed in r14.

Original comment by se...@google.com on 23 Mar 2011 at 11:20