|
From: Steven M. S. <sm...@2B...> - 2004-01-03 00:50:30
|
On Fri, 2 Jan 2004 ro...@ub... wrote: > Decided to try the CVS version. Fetched the mjpeg_play module. > But ./autogen.sh fails with the error: > > [...] > config.status: creating mjpegtools.spec > config.status: creating config.h > config.status: error: cannot find input file: config.h.in > > Am I missing something here? No, there was a bug in configure.in that caused autoheader to never be run. I have checked in the fix. You can, temporarily (until Sourceforge catches up in a couple hours) work around the bug by running 'autoheader' manually. Then config.h.in will be generated and ./autogen.sh will work. Thanks for spotting the problem! Cheers, Steven Schultz |