Lines Matching +refs:cc +refs:check +refs:functions
17 # 2015-12-11 FLTO check for new OSX, clang.
18 # 2015-11-18 spelling check fix.
36 # 2011-06-23 Add ACX_CHECK_FLTO to check -flto.
38 # 2010-07-02 Add check for ss_family (for minix).
52 # Documentation for functions is below.
59 # ACX_CHECK_COMPILER_FLAG - see if cc supports a flag.
62 # ACX_DEPFLAG - find cc dependency flags.
64 # ACX_CHECK_FORMAT_ATTRIBUTE - find cc printf format syntax.
65 # ACX_CHECK_UNUSED_ATTRIBUTE - find cc variable unused syntax.
66 # ACX_CHECK_FLTO - see if cc supports -flto and use it if so.
84 # ACX_FUNC_MALLOC - check malloc, define replacement .
109 # ACX_CHECK_MEMCMP_SIGNED - check if memcmp uses signed characters.
111 # ACX_CHECK_SS_FAMILY - check for sockaddr_storage.ss_family
112 # ACX_CHECK_PIE - add --enable-pie option and check if works
113 # ACX_CHECK_RELRO_NOW - add --enable-relro-now option and check it
130 dnl Routine to help check for compiler flags.
132 dnl $1: the flag without a - in front, so g to check -g.
170 dnl Routine to help check for needed compiler flags.
362 # check again for GNU_SOURCE for setresgid. May fail if setresgid
363 # is not available at all. -D_FRSRESGID is to make this check unique.
454 AC_MSG_CHECKING(whether the C compiler (${CC-cc}) accepts the "format" attribute)
488 AC_MSG_CHECKING(whether the C compiler (${CC-cc}) accepts the "unused" attribute)
546 dnl Perform libtool check, portably, only for C
644 dnl Takes one argument; the withval checked in those 2 functions
696 # check if -lwsock32 or -lgdi32 are needed.
760 AC_ARG_WITH(ssl, AS_HELP_STRING([--with-ssl=pathname],[enable SSL (will check /usr/local/ssl
778 AC_ARG_WITH(ssl, AS_HELP_STRING([--with-ssl=pathname],[enable SSL (will check /usr/local/ssl
790 # check if libssl needs libdl
887 dnl check if a function is deprecated. defines DEPRECATED_func in config.h.
921 dnl check if select and nonblocking sockets actually work.
1090 # check ioctlsocket
1351 dnl check if memcmp is using signed characters and replace if so.
1383 dnl ACX_CHECK_SS_FAMILY - check for sockaddr_storage.ss_family