Seen on FreeBSD + latest ports and MacOS + Homebrew, both on autoconf 2.71:
configure.ac:325: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:325: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1553: AC_ARG_WITH is expanded from...
configure.ac:325: the top level
This fixes that, with the autoupdate changes minimized to the 1-character change that's actually required here.
I originally opened #1234, but for that PR I'd accidentally pushed to mobile-shell/mosh, not my own repo. I deleted that and created this with the same commit.
Seen on FreeBSD + latest ports and MacOS + Homebrew, both on autoconf 2.71:
This fixes that, with the autoupdate changes minimized to the 1-character change that's actually required here.
I originally opened #1234, but for that PR I'd accidentally pushed to mobile-shell/mosh, not my own repo. I deleted that and created this with the same commit.