From 540493ba4f92df1cd3aa18336734cc07702b8bfb Mon Sep 17 00:00:00 2001 From: Matthew Ahrens Date: Mon, 22 Jun 2020 09:46:37 -0700 Subject: Clarify comments in config/*.m4, vdev_geom.c, zfs_allow_*.ksh Rephrase comments to be more clear. Reviewed-by: Serapheim Dimitropoulos Reviewed-by: Brian Behlendorf Reviewed-by: Ryan Moeller Signed-off-by: Matthew Ahrens Closes #10481 --- config/lib-prefix.m4 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'config/lib-prefix.m4') 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]) -- cgit v1.2.3