]> git.ipfire.org Git - thirdparty/asterisk.git/commit
configure: Remove obsolete and deprecated constructs.
authorSean Bright <sean@seanbright.com>
Thu, 1 Jun 2023 18:53:43 +0000 (18:53 +0000)
committerSean Bright <sean@seanbright.com>
Mon, 12 Jun 2023 17:19:52 +0000 (17:19 +0000)
commit21d3c4ae58cdbd3cff12c6079bc6890ea3e9d89f
tree4008d778a0688c11cbb455091d6c2be2cfdfcb3b
parentf7e1f1fbbde437237fe21ec9ab45676e55fe89f7
configure: Remove obsolete and deprecated constructs.

These were uncovered when trying to run `bootstrap.sh` with Autoconf
2.71:

* AC_CONFIG_HEADER() is deprecated in favor of AC_CONFIG_HEADERS().
* AC_HEADER_TIME is obsolete.
* $as_echo is deprecated in favor of AS_ECHO() which requires an update
  to ax_pthread.m4.

Note that the generated artifacts in this commit are from Autoconf 2.69.

Resolves #139
autoconf/ax_pthread.m4
configure
configure.ac
include/asterisk/autoconfig.h.in
menuselect/configure.ac