When running autogen, a warning specifying "You should run autoupdate" appears.
Steps to reproduce
Run ./autogen.sh
Expected behavior (tell us what should happen)
Should complete without warnings.
Actual behavior (tell us what happens instead)
The following warning is displayed:
...
configure.ac:180: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:180: You should run autoupdate.
../../lib/autoconf/general.m4:207: AC_HELP_STRING is expanded from...
../../lib/autoconf/general.m4:1473: AC_ARG_ENABLE is expanded from...
configure.ac:180: the top level
configure.ac:186: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:186: You should run autoupdate.
...
Describe the issue
When running autogen, a warning specifying "You should run autoupdate" appears.
Steps to reproduce
Expected behavior (tell us what should happen)
Should complete without warnings.
Actual behavior (tell us what happens instead)
The following warning is displayed:
What platform are you using (Linux, Windows, Mac)
Linux (Ubuntu 16.04.6 LTS)
git diff (after autoupdate):