diff -r bbb70ca26f09 -r 65781b048a47 configure.ac --- a/configure.ac Tue Feb 23 17:37:02 2010 +0100 +++ b/configure.ac Tue Feb 23 17:40:46 2010 +0100 @@ -96,7 +96,7 @@ linuxversion=`echo $kernelrelease | grep -oE "^[[0-9]]+\.[[0-9]]+\.[[0-9]]+"` AC_SUBST(LINUX_SOURCE_DIR,[$sourcedir]) -AC_MSG_RESULT([$LINUX_SOURCE_DIR (Kernel $kernelrelease)]) +AC_MSG_RESULT([$LINUX_SOURCE_DIR (Kernel $linuxversion)]) #------------------------------------------------------------------------------ # Linux module installation subdirectory @@ -112,7 +112,7 @@ ) AC_SUBST(INSTALL_MOD_DIR,[$moddir]) -AC_MSG_CHECKING([Linux modules installation directory]) +AC_MSG_CHECKING([for Linux modules installation directory]) AC_MSG_RESULT([$INSTALL_MOD_DIR]) #------------------------------------------------------------------------------