mobile-shell / mosh

Mobile Shell
https://mosh.org
GNU General Public License v3.0
12.59k stars 729 forks source link

update for obsolete autoconf macro #1234

Closed cgull closed 1 year ago

cgull commented 1 year ago

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.