Bootstrap in tarball is bad
Posted: Thu Sep 01, 2005 16:50
Hi,
Coming back on the compile issues I had earlier on with the cvs checkout: I see that the same applies to the tarball (it includes bootstrap)
I've been told a tarball shouldn't contain bootstrap etc.
This is bad because: A user should be able to do ./configure && make && make install after unpacking the tarball. Forcing the user to have autotools installed could cause lots of problems if the version differs from the developers'.
Probably better to run bootstrap and include the "compiled" makefiles en configs in the tarball before release..?
Bye,
Alex
Coming back on the compile issues I had earlier on with the cvs checkout: I see that the same applies to the tarball (it includes bootstrap)
I've been told a tarball shouldn't contain bootstrap etc.
This is bad because: A user should be able to do ./configure && make && make install after unpacking the tarball. Forcing the user to have autotools installed could cause lots of problems if the version differs from the developers'.
Probably better to run bootstrap and include the "compiled" makefiles en configs in the tarball before release..?
Bye,
Alex