Skip to content

Commit

Permalink
build: update obsolete autoconf macro
Browse files Browse the repository at this point in the history
Problem: ac_runas.m4 uses the deprecated AC_HELP_STRING macro.

This was accidentally added by chaos#96, after other autoconf modernization
changes had been merged.

Update to AS_HELP_STRING.
  • Loading branch information
garlick committed Feb 1, 2024
1 parent b7542d6 commit e282793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/ac_runas.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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)
;;
Expand Down

0 comments on commit e282793

Please sign in to comment.