summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorZack Weinberg <zackw@panix.com>2020-03-13 16:25:39 -0400
committerPeter Simons <simons@cryp.to>2021-02-19 11:50:12 +0100
commit70f0c4c8d9ea883dce9992ecbeacbfc6683ac215 (patch)
treec402826650f9d17d19ad9f75ddd7683bce810fc0 /configure.ac
parent2567e0ce0f3a11b535c6b527386197fb49ff172b (diff)
downloadautoconf-archive-70f0c4c8d9ea883dce9992ecbeacbfc6683ac215.tar.gz
AX_PTHREAD: use AS_ECHO instead of $as_echo
AS_ECHO(["text"]) is the documented way to perform an 'echo' safely. $as_echo is an internal, undocumented shell variable that was part of the implementation of AS_ECHO; it was never intended to be used directly. The code in ax_pthread.m4 would work with autoconf 2.69, but with unreleased development versions of Autoconf from January 2013 until March 2020 (which did not set $as_echo at all) it would have malfunctioned unpredictably. With versions after March 2020 it would work correctly but trigger -Wobsolete warnings.
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions