Minor changes in configure output.

This commit is contained in:
Florian Pose 2010-02-23 17:40:46 +01:00
parent 6e06798fb2
commit edf5fdf61f
1 changed files with 2 additions and 2 deletions

View File

@ -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])
#------------------------------------------------------------------------------