diff mbox series

tools/configure.ac: Replace macro AC_HELP_STRING

Message ID 20220201170321.32510-1-michal.orzel@arm.com (mailing list archive)
State New, archived
Headers show
Series tools/configure.ac: Replace macro AC_HELP_STRING | expand

Commit Message

Michal Orzel Feb. 1, 2022, 5:03 p.m. UTC
... 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(-)

Comments

Anthony PERARD Feb. 1, 2022, 5:40 p.m. UTC | #1
On Tue, Feb 01, 2022 at 06:03:21PM +0100, Michal Orzel wrote:
> ... 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>

Acked-by: Anthony PERARD <anthony.perard@citrix.com>

Thanks,
Michal Orzel Feb. 8, 2022, 1:29 p.m. UTC | #2
Hi Anthony.

On 01.02.2022 18:40, Anthony PERARD wrote:
> On Tue, Feb 01, 2022 at 06:03:21PM +0100, Michal Orzel wrote:
>> ... 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>
> 
> Acked-by: Anthony PERARD <anthony.perard@citrix.com>
> 
> Thanks,
> 

I can see that this patch has not been yet merged. Can you do it?

Thanks,
Michal
diff mbox series

Patch

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