On Fri, Jan 18, 2008 at 10:30:49AM +0530, Sachin P. Sant wrote: > I came across a build failure with the latest kexec tools git code. > Not sure if something is wrong with my build setup. > > [ kexec-tools-git-stable]$ autoconf > [ kexec-tools-git-stable]$ ./configure > checking build system type... i686-pc-linux-gnu > checking host system type... i686-pc-linux-gnu > ....... > ....... > config.status: creating Makefile > config.status: creating include/config.h > config.status: error: cannot find input file: include/config.h.in > > Observed this build failure on i386 as well as ppc64 box. Hi, I think that you need to run autoheader to create include/config.h.in. I will update the documentation accordingly. -- Horms