I got the latest cvs build (today) and ran autogen.sh. It all
goes fine and ./configure starts. Near the end of the
configure, it complains about not finding GTK (that's ok,
don't want it). Right after that config.status cannot find
Makefile.in.
I tried copying Makefile.in for 0.99.5 source file, reran
autogen.sh. It then could not find Makefile.in in
src/backends/CPU (I think it was).
The point being, if I copy the appropriate Makefile.in from
the source file, it gets a little but further in the ./configure.
Is it something I am doing wrong here? Admittedly I am no
whiz to this stuff.