All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tools/configure.ac: Replace macro AC_HELP_STRING
@ 2022-02-01 17:03 Michal Orzel
  2022-02-01 17:40 ` Anthony PERARD
  0 siblings, 1 reply; 3+ messages in thread
From: Michal Orzel @ 2022-02-01 17:03 UTC (permalink / raw)
  To: xen-devel; +Cc: Wei Liu, Anthony PERARD

... with AS_HELP_STRING as the former is obsolete according
to GNU autoconf 2.67 documentation.

Signed-off-by: Michal Orzel <michal.orzel@arm.com>
---
 tools/configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"
 ],[
-- 
2.29.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-02-08 13:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-01 17:03 [PATCH] tools/configure.ac: Replace macro AC_HELP_STRING Michal Orzel
2022-02-01 17:40 ` Anthony PERARD
2022-02-08 13:29   ` Michal Orzel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.