]> 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 Development Team <asteriskteam@digium.com>
Mon, 10 Jul 2023 11:49:31 +0000 (11:49 +0000)
commite6e0ec9105dfe028889421bbb7576c690d94d90a
treec34b7172f0ed10f996b75a473c96e97ed80c39da
parentadf49ebcedc1cae769715633fb0ba010537f8a68
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

(cherry picked from commit a36af23f205b882c56326a801ccc8e54a92c3258)
autoconf/ax_pthread.m4
configure
configure.ac
include/asterisk/autoconfig.h.in
menuselect/configure.ac