On Sun, Nov 14, 2010 at 03:35:33PM +0000, Andrew Lyon wrote: > I want to make a gentoo ebuild for this as having the device naming > consistent with the labels on the server would have saved me some > confusion last week when we had to remove and reconnect some network > cables and a couple of labels fell off, however I am having trouble > compiling the source, I tried the following: > > git clone git://linux.dell.com/biosdevname.git > cd biosdevname > autoconf > ./configure which errors in the final step: > > configure: creating ./config.status > config.status: error: cannot find input file: `Makefile.in'
Try 'autoreconf' instead of just autoconf, as you need automake invoked there also to generate Makefile.in. Thanks for your interest in a gentoo ebuild. If there are changes I can make to include the ebuild magic in biosdevname, please send me a git-format-patch. :-) Thanks, Matt -- Matt Domsch Technology Strategist Dell | Office of the CTO _______________________________________________ Linux-PowerEdge mailing list [email protected] https://lists.us.dell.com/mailman/listinfo/linux-poweredge Please read the FAQ at http://lists.us.dell.com/faq
