- ax_arg_enable_debugging.m4: use AS_IF
- ax_arg_enable_warnings.m4: use AS_IF
- Moved chunk size defines for the pooling allocator to ax_mempool_chunksizes.m4
- gcc_stack_protect.m4: modernization: AC_TRY_COMPILE and AC_TRY_LINK are obsolete
- gcc_stack_protect.m4: added support for -fstack-protector-strong which is supported since gcc 4.9
- Update ax_append_flag.m4 to latest version
- Update ax_check_compile_flag.m4 to latest version
- Style corrections; removed trailing whitespaces
- libtool 2.4.6
- libtool 2.4.5, automake 1.15
- Add m4/ax_arg_libgeoip.m4 and tidy up configure.ac a bit
- Add m4/ax_arg_enable_assert.m4 and tidy up configure.ac a bit
- libtool 2.4.4
- autoreconf
- ax_arg_enable_warnings.m4: fiddle around with warning options
- Removed ipv6 detection. We now assume all systems that run hybrid have ipv6 availability and sockaddr_storage.
- ax_arg_openssl.m4: cosmetical fixes for LibreSSL
- Moved ax_check_openssl.m4 to ax_arg_openssl.m4
- ax_library_net.m4: removed useless member test of sockaddr_in.sin_len
- Got rid of acinclude.m4
- ./configure now requires OpenSSL 0.9.8o or above in order to enable TLS/SSL support
- m_server.c: fixed build with LibreSSL which hasn't compression support - ax_check_openssl.m4: 0.9.8m is now the minimum requirement
- Update macros in m4/
- Create 8.2.x branch
- Added m4/ac_define_dir.m4
- Instead of forcefully adding -Wall -Wextra -Wno-unused -Wcast-qual -Wcast-align -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wredundant-decls -Wshadow -Wwrite-strings -Wundef to CFLAGS, 'configure' now tests if the flags are understood by the compiler
- Move openssl check to m4/ax_check_openssl.m4
- Initial build system related modernizations - Add -fstack-protector to CFLAGS if available