0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-03-04 13:55:23 -05:00
bitcoin-core/build-aux/m4
fanquake 099325a759
Merge bitcoin/bitcoin#23616: build: Bump AX_PTHREAD macro to the latest version
d796091b04 build: Bump AX_PTHREAD macro to the latest version (Hennadii Stepanov)

Pull request description:

  This PR silents autoconf >2.69 (this [one](https://formulae.brew.sh/formula/autoconf), for instance) warnings about the obsolete `$as_echo`:

  ```
  % ./autogen.sh
  ...
  configure.ac:847: warning: $as_echo is obsolete; use AS_ECHO(["message"]) instead
  lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
  lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
  ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
  ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
  build-aux/m4/ax_pthread.m4:89: AX_PTHREAD is expanded from...
  configure.ac:847: the top level
  ...
  ```

  No other behavior changes.

ACKs for top commit:
  fanquake:
    ACK d796091b04 - matches upstream at serial 31.

Tree-SHA512: aa9b60698f453427221444a5a63420d833c4c5dd23f8b0c74e5bd4639daec9c6cff0907a5281c00103ccb030e394998cf05653be750d4a3bf0f37ca41ff6fbe1
2021-12-08 13:38:29 +08:00
..
ax_boost_base.m4
ax_boost_filesystem.m4
ax_boost_system.m4
ax_boost_unit_test_framework.m4
ax_check_compile_flag.m4 build: AX_CHECK_COMPILE_FLAG() serial 6 2021-11-12 10:01:59 +08:00
ax_check_link_flag.m4
ax_check_preproc_flag.m4 build: AX_CHECK_PREPROC_FLAG() serial 6 2021-11-12 10:01:59 +08:00
ax_cxx_compile_stdcxx.m4
ax_pthread.m4 build: Bump AX_PTHREAD macro to the latest version 2021-12-07 12:55:39 +02:00
bitcoin_find_bdb48.m4 build: remove x-prefix comparisons 2021-12-03 21:03:35 +08:00
bitcoin_qt.m4 build: remove x-prefix comparisons 2021-12-03 21:03:35 +08:00
bitcoin_runtime_lib.m4
bitcoin_subdir_to_include.m4 build: remove x-prefix comparisons 2021-12-03 21:03:35 +08:00
l_atomic.m4
l_socket.m4