From: Michal Orzel Date: Tue, 1 Feb 2022 17:03:21 +0000 (+0100) Subject: tools/configure.ac: Replace macro AC_HELP_STRING X-Git-Tag: archive/raspbian/4.17.0-1+rpi1^2~33^2~1058 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=345746045b49258547d67f456c368f23353575d4;p=xen.git tools/configure.ac: Replace macro AC_HELP_STRING ... with AS_HELP_STRING as the former is obsolete according to GNU autoconf 2.67 documentation. Signed-off-by: Michal Orzel Acked-by: Anthony PERARD --- diff --git a/tools/configure.ac b/tools/configure.ac index 5a4fb9022d..f29c319b42 100644 --- a/tools/configure.ac +++ b/tools/configure.ac @@ -215,7 +215,7 @@ AC_SUBST(qemu_xen_path) AC_SUBST(qemu_xen_systemd) AC_ARG_WITH([stubdom-qmp-proxy], - AC_HELP_STRING([--stubdom-qmp-proxy@<:@=PATH@:>@], + AS_HELP_STRING([--stubdom-qmp-proxy@<:@=PATH@:>@], [Use supplied binary PATH as a QMP proxy into stubdomain]),[ stubdom_qmp_proxy="$withval" ],[