]> 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:55 +0000 (17:19 +0000)
commita36af23f205b882c56326a801ccc8e54a92c3258
treed8f4dd5c110856f57c5dccf66189988317c991c6
parente1f8dac6be1e8f528f2c7f277f05bba6a6721fd5
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