Next: ax_add_recursive_am_macro, Previous: ax_add_am_trilinos_makefile_export, Up: The Macros
AX_ADD_FORTIFY_SOURCE
Check whether -D_FORTIFY_SOURCE=2 can be added to CPPFLAGS without macro redefinition warnings. Some distributions (such as Gentoo Linux) enable _FORTIFY_SOURCE globally in their compilers, leading to unnecessary warnings in the form of
<command-line>:0:0: error: "_FORTIFY_SOURCE" redefined [-Werror] <built-in>: note: this is the location of the previous definition
which is a problem if -Werror is enabled. This macro checks whether _FORTIFY_SOURCE is already defined, and if not, adds -D_FORTIFY_SOURCE=2 to CPPFLAGS.
Download the latest version of ax_add_fortify_source.m4 or browse the macro’s revision history.
Copyright © 2017 David Seifert soap@gentoo.org
Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without any warranty.