mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-27 03:19:35 +03:00
build: resolve orthographic and other grammatical errors
Signed-off-by: Jan Engelhardt <jengelh@inai.de> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
parent
6385874dbf
commit
7a8a639390
@ -105,7 +105,7 @@ AC_DEFUN([SPL_AC_MODULE_SYMVERS], [
|
|||||||
if ! test -f "$LINUX_OBJ/$LINUX_SYMBOLS"; then
|
if ! test -f "$LINUX_OBJ/$LINUX_SYMBOLS"; then
|
||||||
AC_MSG_ERROR([
|
AC_MSG_ERROR([
|
||||||
*** Please make sure the kernel devel package for your distribution
|
*** Please make sure the kernel devel package for your distribution
|
||||||
*** is installed. If your building with a custom kernel make sure the
|
*** is installed. If you are building with a custom kernel, make sure the
|
||||||
*** kernel is configured, built, and the '--with-linux=PATH' configure
|
*** kernel is configured, built, and the '--with-linux=PATH' configure
|
||||||
*** option refers to the location of the kernel source.])
|
*** option refers to the location of the kernel source.])
|
||||||
fi
|
fi
|
||||||
@ -156,7 +156,7 @@ AC_DEFUN([SPL_AC_KERNEL], [
|
|||||||
if test ! -d "$kernelsrc"; then
|
if test ! -d "$kernelsrc"; then
|
||||||
AC_MSG_ERROR([
|
AC_MSG_ERROR([
|
||||||
*** Please make sure the kernel devel package for your distribution
|
*** Please make sure the kernel devel package for your distribution
|
||||||
*** is installed then try again. If that fails you can specify the
|
*** is installed and then try again. If that fails, you can specify the
|
||||||
*** location of the kernel source with the '--with-linux=PATH' option.])
|
*** location of the kernel source with the '--with-linux=PATH' option.])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -229,10 +229,10 @@ AC_DEFUN([SPL_AC_CONFIG_USER], [])
|
|||||||
|
|
||||||
dnl #
|
dnl #
|
||||||
dnl # Check for rpm+rpmbuild to build RPM packages. If these tools
|
dnl # Check for rpm+rpmbuild to build RPM packages. If these tools
|
||||||
dnl # are missing it is non-fatal but you will not be able to build
|
dnl # are missing, it is non-fatal, but you will not be able to build
|
||||||
dnl # RPM packages and will be warned if you try too.
|
dnl # RPM packages and will be warned if you try too.
|
||||||
dnl #
|
dnl #
|
||||||
dnl # By default the generic spec file will be used because it requires
|
dnl # By default, the generic spec file will be used because it requires
|
||||||
dnl # minimal dependencies. Distribution specific spec files can be
|
dnl # minimal dependencies. Distribution specific spec files can be
|
||||||
dnl # placed under the 'rpm/<distribution>' directory and enabled using
|
dnl # placed under the 'rpm/<distribution>' directory and enabled using
|
||||||
dnl # the --with-spec=<distribution> configure option.
|
dnl # the --with-spec=<distribution> configure option.
|
||||||
|
Loading…
Reference in New Issue
Block a user