Re: [Plib-users] CVS dont' contain configure scripts and Make files
Brought to you by:
sjbaker
From: Steve B. <sjb...@ai...> - 2005-05-17 22:34:00
|
Kevin Walchko wrote: > I downloaded plib from CVS and tried to compile it. Why doesn't the CVS > have the necessary configure scripts and Make files to build the library? To expand a bit on previous answers: A CVS repository is supposed to contain only the ultimate sources of everything. Since those configure scripts and makefiles are generated from the ultimate sources (configure.in, Makefile.am, etc) - they don't qualify for inclusion into CVS - which is why they aren't (and shouldn't be) in the repository. As someone else said - run autogen.sh to generate the relevent scripts. If we did put them into the repository then every time one of our developers ran autogen on his machine, it would result in a different set of scripts being generated - so virtually every check-in or commit would result in these files being unnecessarily updated. End users who don't understand this kind of subtlety are encouraged to use a released tarball which DOES include all of those scripts. ---------------------------- Steve Baker ------------------------- HomeEmail: <sjb...@ai...> WorkEmail: <sj...@li...> HomePage : http://www.sjbaker.org Projects : http://plib.sf.net http://tuxaqfh.sf.net http://tuxkart.sf.net http://prettypoly.sf.net -----BEGIN GEEK CODE BLOCK----- GCS d-- s:+ a+ C++++$ UL+++$ P--- L++++$ E--- W+++ N o+ K? w--- !O M- V-- PS++ PE- Y-- PGP-- t+ 5 X R+++ tv b++ DI++ D G+ e++ h--(-) r+++ y++++ -----END GEEK CODE BLOCK----- |