Once the linux build directory has been determined ($LINUX_DIR), try and
authorIan Abbott <abbotti@mev.co.uk>
Thu, 20 Dec 2007 15:12:22 +0000 (15:12 +0000)
committerIan Abbott <abbotti@mev.co.uk>
Thu, 20 Dec 2007 15:12:22 +0000 (15:12 +0000)
commit4ff2664acb75aea214b37cbe6cedeb75ff48cc59
treeb7c027f7aeaa10fb75791bdb4abd5fcd206a7dc5
parentecf62538a5b056c7a21cc478c5ca4cddd27e9c59
Once the linux build directory has been determined ($LINUX_DIR), try and
override the previous setting of the LINUX_KERNEL_RELEASE variable using
the release info from the Linux build directory.  Information comes from
the UTS_RELEASE C macro.  For kernel versions 2.6.18 and later this is
defined in include/linux/utsrelease.h.  For earlier kernel versions it is
defined in include/linux/version.h.
m4/as-linux.m4