# HG changeset patch # User Florian Pose # Date 1266943246 -3600 # Node ID 65781b048a4729d991de0415d4905ad6e7e2dd48 # Parent bbb70ca26f09797d0c01d86145c25be28e006564 Minor changes in configure output. 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]) #------------------------------------------------------------------------------