On Thu, Aug 17, 2023 at 12:26 AM Ilya Maximets <i.maxim...@ovn.org> wrote:

> autoconf 2.70+ complais about these obsolete macros.
> Replacements are available in our baseline 2.63, so
> use them instead.
>
> It also complains about AC_PROG_CC_C99, but I'm not
> sure if we want to or how to correctly replace it.
> Suggested AC_PROG_CC enables C11 by default and that
> might not be a desired behavior.
>
> This patch set is similar to what I did for OVS about
> a year ago.
>
> Ilya Maximets (3):
>   m4: Replace obsolete AC_HELP_STRING with AS_HELP_STRING.
>   m4: Replace obsolete AC_ERROR with AC_MSG_ERROR.
>   m4: Update ax_func_posix_memalign to the latest version.
>
>  acinclude.m4                 | 23 +++++++++++++----------
>  m4/ax_func_posix_memalign.m4 |  8 ++++----
>  m4/ovn.m4                    | 16 ++++++++--------
>  3 files changed, 25 insertions(+), 22 deletions(-)
>
> --
> 2.40.1
>
> _______________________________________________
> dev mailing list
> d...@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
>
The whole series looks good to me, thanks.

Acked-by: Ales Musil <amu...@redhat.com>

-- 

Ales Musil

Senior Software Engineer - OVN Core

Red Hat EMEA <https://www.redhat.com>

amu...@redhat.com    IM: amusil
<https://red.ht/sig>
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to