From 9309a32c1adcf976b96bb5f133148036e132237c Mon Sep 17 00:00:00 2001 From: James Simmons Date: Tue, 4 Oct 2022 07:36:23 -0600 Subject: [PATCH] LU-16240 build: Use new AS_HELP_STRING Starting with autoconf 2.70 AC_HELP_STRING has been replaced with AS_HELP_STRING. Move to this new macro. Test-Parameters: trivial Change-Id: I1d4f69fb844f51f05a8f46751df8b79d93db78f8 Signed-off-by: James Simmons Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/48884 Reviewed-by: Andreas Dilger Reviewed-by: Shaun Tancheff Reviewed-by: Arshad Hussain Reviewed-by: Jian Yu Reviewed-by: Oleg Drokin Tested-by: Maloo Tested-by: jenkins --- lnet/autoconf/lustre-lnet.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnet/autoconf/lustre-lnet.m4 b/lnet/autoconf/lustre-lnet.m4 index 2c207f1..773b10f 100644 --- a/lnet/autoconf/lustre-lnet.m4 +++ b/lnet/autoconf/lustre-lnet.m4 @@ -688,7 +688,7 @@ AC_SUBST(GNILND) # AC_DEFUN([LN_CONFIG_KFILND], [ AC_ARG_WITH([kfi], - AC_HELP_STRING([--with-kfi=], [Kfabric build path for kfilnd]), + AS_HELP_STRING([--with-kfi=], [Kfabric build path for kfilnd]), [ AC_CHECK_FILE([$with_kfi/Module.symvers], [ -- 1.8.3.1