]> 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)
committerasterisk-org-access-app[bot] <120671045+asterisk-org-access-app[bot]@users.noreply.github.com>
Mon, 12 Jun 2023 17:19:58 +0000 (17:19 +0000)
commitbaa4a0669ecd1b3cd75a84397b78702d48d00dbd
tree90f41ca3dc147333e5e9a358d62baf98b1efe093
parent9b8311f9a6282cb112346612250d3b7c213b8256
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