Skip to content

Commit

Permalink
Administrivia.. (#17)
Browse files Browse the repository at this point in the history
AC_HELP_STRING is obsolute. run autoupdate on acinclude.m4
  • Loading branch information
rocky authored Feb 14, 2024
1 parent edea0ef commit dda77ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acinclude.m4
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dnl Allow choosing the package name to avoid clashes with
dnl bash if beeing installed side-by-side
AC_ARG_VAR(
ALT_PACKAGE_NAME,
AC_HELP_STRING([],[alternate packagename to use (default is "$1")])
AS_HELP_STRING([],[alternate packagename to use (default is "$1")])
)
if test -z "${ALT_PACKAGE_NAME}"; then
ALT_PACKAGE_NAME="$PACKAGE_NAME"
Expand Down

0 comments on commit dda77ff

Please sign in to comment.