mirror of
https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
synced 2024-12-04 09:13:41 +08:00
configure: tweak the module_directory help string
Drop the somewhat misleading ${prefix}/lib/modules and explicitly mention what's the default. Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
b29704cd44
commit
607abb818a
@ -92,7 +92,7 @@ AC_SUBST([rootlibdir], [$with_rootlibdir])
|
||||
|
||||
# Ideally this would be $prefix/lib/modules but default to /lib/modules for compatibility with earlier versions
|
||||
AC_ARG_WITH([module_directory],
|
||||
AS_HELP_STRING([--with-module-directory=DIR], [directory in which to look for kernel modules - typically '/lib/modules' or '${prefix}/lib/modules']),
|
||||
AS_HELP_STRING([--with-module-directory=DIR], [directory in which to look for kernel modules @<:@default=/lib/modules@:>@]),
|
||||
[], [with_module_directory=/lib/modules])
|
||||
AC_SUBST([module_directory], [$with_module_directory])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user