bind9/m4
Michał Kępień bf0229caad Fix restoring CFLAGS and LIBS in AX_LIB_LMDB()
The AX_LIB_LMDB() macro attempts to test the potential LMDB installation
path provided to it by temporarily updating CFLAGS and LIBS, calling
AC_SEARCH_LIBS(), and then restoring CFLAGS and LIBS to their original
values.  However, including certain statements (e.g. "break") in the
arguments provided to the AX_LIB_LMDB() macro may cause an early exit
from it, in which case CFLAGS and LIBS will be left polluted.  Fix by
resetting CFLAGS and LIBS to their original values before executing the
commands provided as AX_LIB_LMDB() arguments.
2020-06-29 10:23:23 +02:00
..
ax_bind9_lib_version.m4 Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00
ax_check_compile_flag.m4 Use couple more autoconf convenience macros to cleanup configure.ac 2019-06-19 11:35:18 +02:00
ax_check_link_flag.m4 Use couple more autoconf convenience macros to cleanup configure.ac 2019-06-19 11:35:18 +02:00
ax_check_openssl.m4 Rename OPENSSL_INCLUDES to OPENSSL_CFLAGS in AX_CHECK_OPENSSL() macro 2019-06-25 12:36:01 +02:00
ax_check_preproc_flag.m4 Use couple more autoconf convenience macros to cleanup configure.ac 2019-06-19 11:35:18 +02:00
ax_gcc_func_attribute.m4 Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00
ax_lib_lmdb.m4 Fix restoring CFLAGS and LIBS in AX_LIB_LMDB() 2020-06-29 10:23:23 +02:00
ax_perl_module.m4 Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00
ax_posix_shell.m4 Break out of loop when first POSIX-compatible shell is found 2018-12-18 13:02:00 +01:00
ax_pthread.m4 Improve autoconf pthread detection 2018-08-16 17:18:52 +02:00
ax_python_module.m4 Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00
ax_restore_flags.m4 Use couple more autoconf convenience macros to cleanup configure.ac 2019-06-19 11:35:18 +02:00
ax_save_flags.m4 Use couple more autoconf convenience macros to cleanup configure.ac 2019-06-19 11:35:18 +02:00
ax_tls.m4 Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00
compat.m4 Add PKG_CHECK_VAR and AS_VAR_COPY compat macros (Courtesy of ycflash) 2019-08-08 14:46:31 +02:00