mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-20 16:30:24 -05:00
Pull and use several autoconf archive convenience macros to simplify configure.ac. * AX_CHECK_COMPILE_FLAG(FLAG, ...) - check whether given CFLAG works * AX_CHECK_LINK_FLAG(FLAG, ...) - check whether given LDFLAG works * AX_CHECK_PREPROC_FLAG(FLAG, ...) - check whether give CPPFLAG works * AX_SAVE_FLAGS/AX_RESTORE_FLAGS - save and restore *FLAGS |
||
|---|---|---|
| .. | ||
| ax_check_compile_flag.m4 | ||
| ax_check_link_flag.m4 | ||
| ax_check_openssl.m4 | ||
| ax_check_preproc_flag.m4 | ||
| ax_posix_shell.m4 | ||
| ax_pthread.m4 | ||
| ax_restore_flags.m4 | ||
| ax_save_flags.m4 | ||
| libtool.m4 | ||
| ltoptions.m4 | ||
| ltsugar.m4 | ||
| ltversion.m4 | ||
| lt~obsolete.m4 | ||