aboutsummaryrefslogtreecommitdiffstats
path: root/config/lib-prefix.m4
diff options
context:
space:
mode:
authorMatthew Ahrens <[email protected]>2020-06-22 09:46:37 -0700
committerGitHub <[email protected]>2020-06-22 09:46:37 -0700
commit540493ba4f92df1cd3aa18336734cc07702b8bfb (patch)
tree5e30c8ef74a213c9471fece4c697d289da3c1444 /config/lib-prefix.m4
parent745ace3f24299d0c319950db53012db2a0096d50 (diff)
Clarify comments in config/*.m4, vdev_geom.c, zfs_allow_*.ksh
Rephrase comments to be more clear. Reviewed-by: Serapheim Dimitropoulos <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Ryan Moeller <[email protected]> Signed-off-by: Matthew Ahrens <[email protected]> Closes #10481
Diffstat (limited to 'config/lib-prefix.m4')
-rw-r--r--config/lib-prefix.m47
1 files changed, 3 insertions, 4 deletions
diff --git a/config/lib-prefix.m4 b/config/lib-prefix.m4
index 8adb17bb9..f7db2371d 100644
--- a/config/lib-prefix.m4
+++ b/config/lib-prefix.m4
@@ -8,10 +8,9 @@ dnl From Bruno Haible.
dnl AC_LIB_PREFIX adds to the CPPFLAGS and LDFLAGS the flags that are needed
dnl to access previously installed libraries. The basic assumption is that
-dnl a user will want packages to use other packages he previously installed
-dnl with the same --prefix option.
-dnl This macro is not needed if only AC_LIB_LINKFLAGS is used to locate
-dnl libraries, but is otherwise very convenient.
+dnl packages should use other packages that are installed with the same
+dnl --prefix option. This macro is not needed if only AC_LIB_LINKFLAGS is
+dnl used to locate libraries, but is otherwise very convenient.
AC_DEFUN([AC_LIB_PREFIX],
[
AC_BEFORE([$0], [AC_LIB_LINKFLAGS])