ce2f393bc7
1. Remove many redundant macros. 2. Reorder several macros to more appropriate locations. 3. Several macros take lists of items to process, not just individual items. Combined duplicated macros' parameters into lists. 4. Some macros had unnecessary parameters. 5. Added some AX_REQUIRE_DEFINED() checks for the macros used. 6. Add cyassl/options.h to the AC_CONFIG_FILES list. It will be recreated from the template when running config.status the same as wolfssl/options.h 7. Remove the dist-dir rule from Makefile.am. This is prefering the process rather than automating that one step. Make dist will not run config.status. * AC_PROG_CC must be before any macros that will try to compile for tests. * AC_CHECK_SIZEOF takes a single type, no size values. * Only one of the AC_CANONICAL_X macros are expanded. Removed AC_CANONICAL_BUILD since it is never actually used. * Removed the AC_PROG_CXX and anything C++ related. * Removed LT_LANG([C]) as it is the default and the C doesn't do anything. |
||
---|---|---|
.. | ||
ax_add_am_macro.m4 | ||
ax_am_jobserver.m4 | ||
ax_am_macros.m4 | ||
ax_append_compile_flags.m4 | ||
ax_append_flag.m4 | ||
ax_append_link_flags.m4 | ||
ax_append_to_file.m4 | ||
ax_check_compile_flag.m4 | ||
ax_check_library.m4 | ||
ax_check_link_flag.m4 | ||
ax_compiler_version.m4 | ||
ax_count_cpus.m4 | ||
ax_create_generic_config.m4 | ||
ax_debug.m4 | ||
ax_file_escapes.m4 | ||
ax_harden_compiler_flags.m4 | ||
ax_print_to_file.m4 | ||
ax_pthread.m4 | ||
ax_require_defined.m4 | ||
ax_tls.m4 | ||
ax_vcs_checkout.m4 | ||
hexversion.m4 | ||
lib_socket_nsl.m4 | ||
require_canonical.m4 | ||
visibility.m4 |