On Fri, 27 Oct 2006 17:36:44 +1300 Christopher Sawtell <[EMAIL PROTECTED]> wrote:
> On Friday 27 October 2006 15:03, Steve Holdoway wrote: > > OK, the latest kernels now no longer use config.h. This is a real pain as > > I've got to rewrite all my config stuff. Woo hoo - my favouritest job ever! > > > > Does anyone know of the variables I can use for ifdefs that'll distinguish > > between new/old builds?? > You can put an existing .config file into the top directory of the kernel and > then say "make oldconfig". It will then move all your existing configuration > settings into a new .config and ask you questions for the new settings. > > You then build the kernel with a simple "make" command. > > HTH - I'm not sure if that's the answer you need. > > -- > CS > Wish it was! I'm trying to build an application that relies on this include file to some extent. I'm really a bit stumped, as I have exactly the same versins of automake/autoconf... etc on a RHEL3 and FC6 box. One works fine, and the other doesn't. Cheers, Steve
