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. Ilya Maximets (2): m4: Replace obsolete AC_HELP_STRING with AS_HELP_STRING. m4: Update ax_func_posix_memalign to the latest version. acinclude.m4 | 16 ++++++++-------- m4/ax_func_posix_memalign.m4 | 8 ++++---- m4/openvswitch.m4 | 18 +++++++++--------- 3 files changed, 21 insertions(+), 21 deletions(-) -- 2.34.3 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
