Latest CVS has no way to compile
Brought to you by:
boyns
The latest CVS branch (post-'release_0-9-3a') has no
Makefile.in, Makefile, configure.in, configure,
src/Makefile.in, src/objlist, src/srclist. This makes
it impossible to compile by someone who doesn't know
what they're doing.
I've worked around it by doing a checkout of
the 'muffin' module, then going into it and doing `cvs
update -r release_0-9-3a Makefile.in Makefile
configure.in configure mkinstalldirs install-sh
src/Makefile.in src/objlist src/srclist`. It would be
very nice if the removal of these files could be
undone in the HEAD branch.
Thanks!