wolfssl/m4
John Safranek ce2f393bc7 Autoconf Update
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.
2018-06-08 10:47:14 -07:00
..
ax_add_am_macro.m4 Update autoconf m4 files, except pthreads which should be its own commit 2018-04-17 13:20:33 -07:00
ax_am_jobserver.m4 Update autoconf m4 files, except pthreads which should be its own commit 2018-04-17 13:20:33 -07:00
ax_am_macros.m4 Update autoconf m4 files, except pthreads which should be its own commit 2018-04-17 13:20:33 -07:00
ax_append_compile_flags.m4 Update autoconf m4 files, except pthreads which should be its own commit 2018-04-17 13:20:33 -07:00
ax_append_flag.m4 Update autoconf m4 files, except pthreads which should be its own commit 2018-04-17 13:20:33 -07:00
ax_append_link_flags.m4 Update autoconf m4 files, except pthreads which should be its own commit 2018-04-17 13:20:33 -07:00
ax_append_to_file.m4 Update autoconf m4 files, except pthreads which should be its own commit 2018-04-17 13:20:33 -07:00
ax_check_compile_flag.m4 Update autoconf m4 files, except pthreads which should be its own commit 2018-04-17 13:20:33 -07:00
ax_check_library.m4 Update autoconf m4 files, except pthreads which should be its own commit 2018-04-17 13:20:33 -07:00
ax_check_link_flag.m4 Update autoconf m4 files, except pthreads which should be its own commit 2018-04-17 13:20:33 -07:00
ax_compiler_version.m4 Update autoconf m4 files, except pthreads which should be its own commit 2018-04-17 13:20:33 -07:00
ax_count_cpus.m4 Update autoconf m4 files, except pthreads which should be its own commit 2018-04-17 13:20:33 -07:00
ax_create_generic_config.m4 This add the generic structure required to have pkgconfig work. 2012-10-26 02:06:06 -04:00
ax_debug.m4 fixes #85, --enable-debug=no and --disable-debug to actually disable debug 2014-06-05 14:39:05 -07:00
ax_file_escapes.m4 Update autoconf m4 files, except pthreads which should be its own commit 2018-04-17 13:20:33 -07:00
ax_harden_compiler_flags.m4 Autoconf Update 2018-06-08 10:47:14 -07:00
ax_print_to_file.m4 Update autoconf m4 files, except pthreads which should be its own commit 2018-04-17 13:20:33 -07:00
ax_pthread.m4 Update ax_pthread.m4 2018-05-11 17:39:51 -07:00
ax_require_defined.m4 added the missing macro file ax_require_defined.m4. 2018-04-17 13:23:17 -07:00
ax_tls.m4 Update autoconf scripts 2014-02-17 15:33:07 -08:00
ax_vcs_checkout.m4 Treat project directory as in version control if .git is 2016-09-15 16:09:27 -07:00
hexversion.m4 Brian Aker commits plus some minor changes like AM_CFLAGS getting AC_SUBST and --enable-xxx #ifdef to new header layout 2011-08-24 15:54:58 -07:00
lib_socket_nsl.m4 m4 dir added 2011-02-08 12:46:00 -08:00
require_canonical.m4 Update all of the autoconf files. 2011-08-02 15:53:13 -07:00
visibility.m4 Update autoconf m4 files, except pthreads which should be its own commit 2018-04-17 13:20:33 -07:00