kc3-lang/libevent/m4

Branch :


Log

Author Commit Date CI Message
9ce6ae78 2023-06-05 18:38:22 Add option to auto-detect OpenSSL and MbedTLS
71848a23 2023-06-06 12:34:08 libevent_mbedtls.m4 remove extraneous break Maybe a leftover or copy+paste from a for loop in libevent_openssl.m4 ?
a0087e2c 2022-07-10 09:29:21 autotools: print $OPENSSL_LIBS/$OPENSSL_INCS
8bad28d6 2022-07-09 18:40:35 autotools: fix autodetection of openssl location via brew
9aa4eb09 2021-11-24 08:44:03 build: use modern ax_pthread macro acx_pthread became ax_pthread in 2009 and the macro has seen lots of updates since then. This change switches to using the latest version.
80f3ab01 2021-11-24 14:44:48 build: fix typos in ax_check_funcs_ex.m4
082941ed 2021-11-24 14:41:33 build: remove inconsistently used x-prefix comparisons Given that these are already used inconsistently with `test` checks, it makes sense to consolidate to not use the x-prefix comparisons at all. In any case, it would be nice to think we no longer have to work around a problem that existed in shells many, many years ago. More info: https://github.com/koalaman/shellcheck/wiki/SC2268 https://www.vidarholen.net/contents/blog/?p=1035
c5642697 2021-07-13 15:08:44 build: fail with a useful error message if pkg-config isn't available
12996ba9 2021-06-15 15:49:38 build: replace ntp_pkg_config macro with a call to PKG_PROG_PKG_CONFIG() Note that 0.15.0 is quite an old version to be testing for, however I've left this as-is for now.
4ed37096 2021-06-15 15:37:30 build: remove NTP_PKG_CONFIG call from libevent_mbedtls.m4 I'm guessing this was just copied from libevent_openssl.m4, however there aren't actually any pkg-config calls / macros used here.