X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=config%2Flustre-build-linux.m4;h=1224fdba230bcca422c34a8a9d7d9223fad43cd6;hb=8ff4556055edf496a0d23cf35fd0d63619143363;hp=4351c9f118b18aba564fa2b4ee521828a42093ea;hpb=f371db92ba89cb0a0d77e6bf8a55e2746e9014bb;p=fs%2Flustre-release.git diff --git a/config/lustre-build-linux.m4 b/config/lustre-build-linux.m4 index 4351c9f..1224fdb 100644 --- a/config/lustre-build-linux.m4 +++ b/config/lustre-build-linux.m4 @@ -75,16 +75,6 @@ AC_SUBST(LINUXRELEASE) AC_DEFUN([LB_LINUX_RELEASE], [ LB_LINUX_UTSRELEASE -# ------------ RELEASE -------------------------------- -AC_MSG_CHECKING([for Lustre release]) -AC_ARG_WITH([release], - AC_HELP_STRING([--with-release=string], - [set the release string (default=$kvers_YYYYMMDDhhmm)]), - [RELEASE=$withval], [ - RELEASE="$(echo $LINUXRELEASE | tr '-' '_')"]) -AC_MSG_RESULT($RELEASE) -AC_SUBST(RELEASE) - # check if the kernel is one from RHEL or SUSE AC_CACHE_CHECK([for RedHat kernel release number], lb_cv_rhel_kernel_version, [ lb_cv_rhel_kernel_version="" @@ -121,6 +111,8 @@ AC_SUBST(modulefsdir) modulenetdir="${moduledir}/net/${IN_KERNEL}" AC_SUBST(modulenetdir) + +AC_SUBST(KMP_MODDIR) ]) #