| 
              
80f3ab01
               | 
              
2021-11-24T14:44:48
               | 
              
               | 
              
build: fix typos in ax_check_funcs_ex.m4
               | 
            
            
              
   
               | 
              
082941ed
               | 
              
2021-11-24T14: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-13T15:08:44
               | 
              
               | 
              
build: fail with a useful error message if pkg-config isn't available
               | 
            
            
              
   
               | 
              
12996ba9
               | 
              
2021-06-15T15: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-15T15: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.
               | 
            
            
              
   
               | 
              
72d877a2
               | 
              
2020-07-07T14:58:29
               | 
              
               | 
              
autotools: attempt to find OpenSSL via homebrew on macOS
When compiling for macOS, where users will likely have OpenSSL installed
via brew, rather than available on the system, use brew  --prefix to
figure out where OpenSSL is, and then augment the pkg-config path so
that libs are found.
               | 
            
            
              
   
               | 
              
7e6c5fb4
               | 
              
2020-08-06T10:24:55
               | 
              
               | 
              
build: do not try install doxygen man pages if they were not requested
Fixes: #1075
               | 
            
            
              
   
               | 
              
028385f6
               | 
              
2020-05-28T17:14:46
               | 
              
               | 
              
fix build system and add test and cleanup code
               | 
            
            
              
   
               | 
              
b28effa9
               | 
              
2020-01-13T23:04:29
               | 
              
               | 
              
mbedtls based SSL implementation
prototype is libevent-2.1.11-stable libevent_openssl.c
               | 
            
            
              
   
               | 
              
ffb09b16
               | 
              
2020-06-26T14:04:26
               | 
              
               | 
              
build: add ax_check_compile_flag macro
               | 
            
            
              
   
               | 
              
6d54be2c
               | 
              
2020-03-14T11:13:38
               | 
              
               | 
              
autoconf: fix getaddrinfo checking errors on mingw
`AC_CHECK_FUNCS` can not properly check `getaddrinfo` because this
function requires some special headers on mingw.
Using `AC_CHECK_DECL` can effectively solve this issue.
Same for
- getnameinfo
- getprotobynumber
- getservbyname
- inet_ntop
- inet_pton
               | 
            
            
              
   
               | 
              
53b3be4e
               | 
              
2019-10-26T22:31:18
               | 
              
               | 
              
autotools: fails build when need but can not find openssl
               | 
            
            
              
   
               | 
              
f9c6a14e
               | 
              
2019-08-23T22:31:28
               | 
              
               | 
              
autotools: attach doxygen target into all target
v2: disable man pages by default
               | 
            
            
              
   
               | 
              
0374b559
               | 
              
2019-06-08T23:44:37
               | 
              
               | 
              
m4/libevent_openssl.m4: fix detection of openssl
Since commit 506df426dbeb0187bbd3654bd286b4100628fb16, OPENSSL_INCS is
added to CPPFLAGS without any white space, as a result openssl detection
fails on:
configure:10395: checking openssl/ssl.h usability
configure:10395: /home/fabrice/buildroot-test/buildroot/output/host/bin/riscv32-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -Wall -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64-I/home/fabrice/buildroot-test/buildroot/output/host/bin/../riscv32-buildroot-linux-gnu/sysroot/usr/include  conftest.c >&5
<command-line>:0:0: warning: "_FILE_OFFSET_BITS" redefined
<command-line>:0:0: note: this is the location of the previous definition
<command-line>:0:23: error: division by zero in #if
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
               | 
            
            
              
   
               | 
              
506df426
               | 
              
2017-08-29T00:44:57
               | 
              
               | 
              
autotools: confirm openssl is working before using
latest versions of macOS provide pkg-config and libraries for an ancient
version of openssl as part of the system, but no headers
               | 
            
            
              
   
               | 
              
671a24f2
               | 
              
2016-08-08T18:10:56
               | 
              
               | 
              
autotools/win32: fix searching ssl library
               | 
            
            
              
   
               | 
              
74d4c44c
               | 
              
2011-01-03T15:09:21
               | 
              
               | 
              
Backport libevent to vanilla Autoconf 2.59 (as used in RHEL5)
This is a backport of ad03952.
               | 
            
            
              
   
               | 
              
a37cbfda
               | 
              
2012-02-14T15:44:03
               | 
              
               | 
              
Merge remote-tracking branch 'origin/patches-2.0'
Conflicts:
	configure.in
               | 
            
            
              
   
               | 
              
674dc3d3
               | 
              
2011-08-27T04:06:49
               | 
              
               | 
              
Provide the autoconf m4 macros for the new OpenSSL via pkg-config stuff.
               | 
            
            
              
   
               | 
              
ad03952e
               | 
              
2011-01-03T15:09:21
               | 
              
               | 
              
Backport libevent to vanilla Autoconf 2.59 (as used in RHEL5)
               | 
            
            
              
   
               | 
              
558de9b3
               | 
              
2008-03-02T21:18:33
               | 
              
               | 
              
Provide OpenSSL style support for multiple threads accessing the same event_base
svn:r684
               |