The short story is this should be fixed now. The longer story is that automake now wants "gettextize" to be run beforehand (for reasons I don't understand and probably don't want to understand). And it looks as though an endearing aspect of automake is that when it fails it keeps quiet about it. You can however see the errors if you run it with --verbose.
Robert William Fuller writes: > I tried to build libcdio from CVS. Briefly, I did: > > cvs -z3 -d:pserver:[EMAIL PROTECTED]:/sources/libcdio co > libcdio > ./autogen.sh > > I get the following error: > > config.status: error: cannot find input file: Makefile.in > > Should I use the libcdio-0.79 and generate patches against that? Am I > missing something obvious? > > Regards, > > Rob > >