From 0df84e1dcaed38b2a33ca26765e3e6aeebbf6ba8 Mon Sep 17 00:00:00 2001 From: Florian Pose <fp@igh-essen.com> Date: Tue, 23 Feb 2010 17:40:46 +0100 Subject: [PATCH] Minor changes in configure output. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index d223334f..68d2ac70 100644 --- a/configure.ac +++ b/configure.ac @@ -96,7 +96,7 @@ fi 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_ARG_WITH([module-dir], ) 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]) #------------------------------------------------------------------------------ -- GitLab