strace/m4
Dmitry V. Levin cdeb5dda0a AX_PROG_CC_FOR_BUILD: redirect more variables related to C compiler
Some of these variables cannot be redirected using traditional
pushdef/popdef mechanism because of complex constructions like
[ac_cv_[]_AC_LANG_ABBREV[]_compiler_gnu] employed by autoconf macros.
Use st_SAVE_VAR/st_RESTORE_VAR to workaround this issue.

* m4/ax_prog_cc_for_build.m4: Redirect ac_cv_prog_cc_stdc,
ac_cv_prog_cc_c11, ac_cv_prog_cc_c99, ac_cv_prog_cc_c89,
am_cv_prog_cc_c_o, and am_cv_CC_dependencies_compiler_type using
pushdef/popdef.
Redirect ac_c_decl_warn_flag, ac_c_preproc_warn_flag, ac_c_werror_flag,
ac_compile, ac_compiler_gnu, ac_cpp, ac_cv_c_compiler_gnu,
ac_cv_c_decl_report, and ac_link using st_SAVE_VAR/st_RESTORE_VAR.
2016-12-07 11:14:03 +00:00
..
ax_code_coverage.m4 Update AX_CODE_COVERAGE 2016-05-10 09:51:56 +00:00
ax_prog_cc_for_build.m4 AX_PROG_CC_FOR_BUILD: redirect more variables related to C compiler 2016-12-07 11:14:03 +00:00
ax_valgrind_check.m4 tests: add valgrind support to "make check" 2016-12-06 16:20:54 +00:00
mpers.m4 mpers.m4: check for struct stat64, struct stat, and their members 2016-08-24 12:10:55 +00:00
st_save_restore_var.m4 m4: introduce st_SAVE_VAR and st_RESTORE_VAR macros 2016-12-07 10:58:24 +00:00
st_warn_cflags.m4 Move all gl_WARN_ADD calls to a separate m4 macro 2016-12-07 10:59:52 +00:00
warnings.m4 Update warnings.m4 2015-01-21 21:06:10 +00:00