2000-07-03 Harlan Stenn <stenn@whimsy.udel.edu>
+ * README.cvs: Cleanup.
+
* ntpd/refclock_datum.c (datum_pts_poll): index -> unit_index
* ntpd/ntp_resolver.c (findhostaddr): const cleanup
* libntp/recvbuff.c:
keep things in synch and properly timestamped.
There are some mailing lists for the NTP CVS distribution. For more
-information, send a message to <majordomo@ntp.org> with the "lists" in
-the body of the message.
+information, send a message to <majordomo@ntp.org> with the word "lists"
+in the body of the message.
If you get NTP via CVS, you will need to build the release using GNU make
and gcc.
The reason GNU make and gcc are required is because the repository version
of NTP does not have the make dependencies built-in. These dependencies
are created dynamically, and this dynamic process requires GNU make and gcc.
+
+I'm told that an upcoming version of automake will not require GNU make or
+gcc for the dependency tracking.