libzmq/m4
Jeremie Courreges-Anglas 687c75858e Problem: libtool -export-symbols-regexp seems to leak weak symbols
Solution: go back to using -Wl,--version-script.

Use ax_check_vscript.m4 from the autoconf-archive to detect support on
multiple platforms (eg Solaris ld(1) -M).

libtool -export-symbols-regexp used ld(1) --retain-symbols-file under
the hood, the latter lets some C++ weak symbols make their way into the
dynamic symbols table, along with the zmq_* interface.  The reason for
such behavior is unknown to me.
2018-12-14 18:48:39 +01:00
..
ax_check_compile_flag.m4 Problem: autoconf-archive m4 macros out of date 2016-05-02 16:12:27 +01:00
ax_check_vscript.m4 Problem: libtool -export-symbols-regexp seems to leak weak symbols 2018-12-14 18:48:39 +01:00
ax_code_coverage.m4 Problem: lcov autoconf macro out of date 2017-10-06 19:37:46 +01:00
ax_cxx_compile_stdcxx_11.m4 Problem: autoconf-archive m4 macros out of date 2016-05-02 16:12:27 +01:00
ax_cxx_compile_stdcxx.m4 Problem: autoconf-archive m4 macros out of date 2016-05-02 16:12:27 +01:00
ax_valgrind_check.m4 Problem: no Makefile target for Valgrind 2016-03-19 21:54:29 +00:00