From e282793925114d23452231a2a4a97b8e8003d3c3 Mon Sep 17 00:00:00 2001 From: Jim Garlick Date: Wed, 31 Jan 2024 16:23:58 -0800 Subject: [PATCH] build: update obsolete autoconf macro Problem: ac_runas.m4 uses the deprecated AC_HELP_STRING macro. This was accidentally added by #96, after other autoconf modernization changes had been merged. Update to AS_HELP_STRING. --- config/ac_runas.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ac_runas.m4 b/config/ac_runas.m4 index 0af89463..d8267fa4 100644 --- a/config/ac_runas.m4 +++ b/config/ac_runas.m4 @@ -20,7 +20,7 @@ AC_DEFUN([AC_RUNAS], AC_MSG_CHECKING(group to run as) AC_ARG_WITH(group, - AC_HELP_STRING([--with-group=groupname], [group for powerman daemon (daemon)]), + AS_HELP_STRING([--with-group=groupname], [group for powerman daemon (daemon)]), [ case "${withval}" in yes|no) ;;