mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-24 18:30:38 -05:00
This mostly removes stuff that's either deprecated, obsolete or not used at all: * Update the minimal autoconf version to 2.69 * AC_PROG_CC_C99 is deprecated, just use AC_PROG_CC as we require C11 anyway * AC_HEADER_TIME is deprecated, both <sys/time.h> and <time.h> can be included at the same time, and we don't use the macros that AC_HEADER_TIME defines anywhere * AC_HEADER_STDC checks for ISO C90 and we require at least C11 * Replace AC_TRY_*([]) with AC_*_IFELSE([AC_LANG_PROGRAM()]) * Update m4/ax_check_openssl.m4 from serial 10 to serial 11 * Update m4/ax_gcc_func_attribute.m4 from serial 10 to serial 13 * Update m4/ax_pthread.m4 from serial 24 to serial 30 * Add early AC_CANONICAL_TARGET call to prevent warning from AX_PTHREAD |
||
|---|---|---|
| .. | ||
| ax_cc_for_build.m4 | ||
| ax_check_compile_flag.m4 | ||
| ax_check_link_flag.m4 | ||
| ax_check_openssl.m4 | ||
| ax_check_preproc_flag.m4 | ||
| ax_gcc_func_attribute.m4 | ||
| ax_lib_lmdb.m4 | ||
| ax_perl_module.m4 | ||
| ax_posix_shell.m4 | ||
| ax_pthread.m4 | ||
| ax_python_module.m4 | ||
| ax_restore_flags.m4 | ||
| ax_save_flags.m4 | ||
| ax_tls.m4 | ||
| compat.m4 | ||