Minor changes in configure output.
authorFlorian Pose <fp@igh-essen.com>
Tue, 23 Feb 2010 17:40:46 +0100
changeset 1825 65781b048a47
parent 1824 bbb70ca26f09
child 1826 ec6223c3b7ec
Minor changes in configure output.
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])
 
 #------------------------------------------------------------------------------