Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | m4/ax_compiler_vendor.m4: New file | P. J. McDermott | 2021-09-26 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Now needed for AX_CFLAGS_WARN_ALL(). Fixes: configure.ac:55: warning: AX_COMPILER_VENDOR is m4_require'd but not m4_defun'd m4/ax_cflags_warn_all.m4:84: AX_FLAGS_WARN_ALL is expanded from... m4/ax_cflags_warn_all.m4:142: AX_CFLAGS_WARN_ALL is expanded from... configure.ac:55: the top level And: ./configure: line 3786: AX_COMPILER_VENDOR: command not found checking CFLAGS for most reasonable warnings... configure: WARNING: Unknown compiler vendor returned by AX_COMPILER_VENDOR | ||||
* | m4/ax_prepend_flag.m4: New file | P. J. McDermott | 2021-09-26 | 1 | -0/+1 |
| | | | | | | | | | | | | Now needed for AX_CFLAGS_WARN_ALL(). Fixes: configure.ac:55: error: macro AX_PREPEND_FLAG is not defined; is a m4 file missing? m4/ax_require_defined.m4:35: AX_REQUIRE_DEFINED is expanded from... m4/ax_cflags_warn_all.m4:84: AX_FLAGS_WARN_ALL is expanded from... m4/ax_cflags_warn_all.m4:142: AX_CFLAGS_WARN_ALL is expanded from... configure.ac:55: the top level | ||||
* | Initial commit | P. J. McDermott | 2021-08-01 | 1 | -0/+9 |