If you just want to browse the source code and look at revision histories, try the CVSweb interface.
configure
) have been removed.
In addition to gcc you need the following software to build Migrate from a
CVS checkout:
(Just hit enter when prompted for the password.)% cvs -d :pserver:anoncvs@cvs.pdos.lcs.mit.edu:/cvs login CVS password:
Then, to obtain the latest source code, use the command:
% cvs -z5 -d :pserver:anoncvs@cvs.pdos.lcs.mit.edu:/cvs co -P migrate
To update a previously checked out source tree, from the migrate directory use the command:
% cvs -z5 up -dP
Make sure your make command is actually GNU make. To create a distribution that can be built without autoconf, automake, etc., you can run the command:% cd migrate % sh ./setup % ./configure % make
% make dist