From 986a8541518fb03a69cf5ece2055cb9cd50bda60 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michael=20La=C3=9F?= Date: Fri, 14 Dec 2012 17:06:30 +0100 Subject: [PATCH] Update configure help msg to match actual defaults The defaults for LINUX_KERNEL_PATH and LINUX_KERNEL_BUILD in acinclude.m4 were changed in 2cfd611, 94ff565 and 3f9d982 without updating the output of ./configure --help. Change the description of linux-kernel-headers and linux-kernel-build to show the correct defaults. Change-Id: I41331f4d48a555e291a45ca56e788bc418c064d3 Reviewed-on: http://gerrit.openafs.org/8759 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- acinclude.m4 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/acinclude.m4 b/acinclude.m4 index dc68e893d..359ba566a 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -121,11 +121,12 @@ dnl Kernel module build options. AC_ARG_WITH([linux-kernel-headers], [AS_HELP_STRING([--with-linux-kernel-headers=path], [use the kernel headers found at path (optional, defaults to - /usr/src/linux-2.4, then /usr/src/linux)])]) + /lib/modules/`uname -r`/build, then /lib/modules/`uname -r`/source, + then /usr/src/linux-2.4, and lastly /usr/src/linux)])]) AC_ARG_WITH([linux-kernel-build], [AS_HELP_STRING([--with-linux-kernel-build=path], [use the kernel build found at path(optional, defaults to - /usr/src/linux-2.4, then /usr/src/linux)])]) + kernel headers path)])]) AC_ARG_WITH([bsd-kernel-headers], [AS_HELP_STRING([--with-bsd-kernel-headers=path], [use the kernel headers found at path (optional, defaults to -- 2.39.5