Updates
Brought to you by:
tyranny
From: Alexey M. <al...@hs...> - 2001-08-18 11:24:21
|
>>>>> "m" == morozov <mo...@no...> writes: m> src/rsh-client now fits Alex's specifications (but Alex please m> check it, you're the only person who reached Zen at the moment m> :-)). I'm not sure it works perfectly but it definitely compiles m> :-). Comments: - always try to check the diffs before commiting. That way we'll get rid of committed conflicts, false diffs, etc., etc.; - we don't need no K&R C given the "ansi2knr" option of Automake; I hope the whole CVS will switch to ANSI C over time; - always add comment headers to the files; - always try to update first before starting to do any changes. I've updated rsh-client and basic-fd-client as per that suggestions and commited. The socket-client still does not use the basic-fd-client, that is going to be fixed. m> Alex please tell me what versions of automake, libtool, autoconf m> etc are "kosher" to be used in developemnt. I got numerous warnings m> that I don't have automake of a correct version (I have 1.4, while m> 1.4a is needed); 'make' causes ./configure to re-run even if I m> successfully run it just before make etc. You absolutely need Automake 1.4h (or later, _not_ 1.4pX); Autoconf 2.13 (we'll need 2.50 when stock CVS switches to it, and not earlier). http://sources.redhat.com/automake/ Use Redhat mirrors, not GNU mirrors to download. --alexm |