summaryrefslogtreecommitdiff
path: root/m4
Commit message (Expand)AuthorAgeFilesLines
* Refactor configure script detection of functions used to set sockets intoYang Tse2008-11-132-2/+857
* check for getifaddrs and freeifaddrs as it is done for other functionsYang Tse2008-11-081-1/+226
* check for freeaddrinfo() at configuration phaseYang Tse2008-10-301-1/+97
* update aclocal file serial numberYang Tse2008-10-301-1/+1
* remove verification of the freeability of the addrinfo struct pointer membersYang Tse2008-10-301-147/+0
* make CHECK_FUNC_GETADDRINFO_UNFREEABLE_AI_ADDRYang Tse2008-10-291-134/+132
* fix leftoverYang Tse2008-10-281-2/+2
* Initial attempt to detect at configuration time if the getaddrinfo()Yang Tse2008-10-281-0/+75
* Initial attempt to detect at configuration time if the getaddrinfo()Yang Tse2008-10-281-1/+259
* icc adjustments:Yang Tse2008-10-251-4/+2
* some more temporary magic for the icc seg-fault issueYang Tse2008-10-241-0/+9
* icc permanent adjustment:Yang Tse2008-10-241-38/+40
* icc adjustments:Yang Tse2008-10-231-30/+51
* Raise message severity up to warning, when strerror_r() exists butYang Tse2008-10-231-2/+2
* #include <stdlib.h> for exit() prototypeYang Tse2008-10-231-1/+12
* some more temporary magic for the icc seg-fault issueYang Tse2008-10-221-5/+17
* some more temporary magic for the icc seg-fault issueYang Tse2008-10-211-0/+8
* some more temporary magic for the icc seg-fault issueYang Tse2008-10-201-5/+11
* messages initially intended only for debug purposes, now become permanentYang Tse2008-10-191-4/+4
* fix missing double-quotesYang Tse2008-10-171-6/+6
* some more temporary magic for the icc seg-fault issueYang Tse2008-10-161-1/+11
* Ensure that shell variable contents which have active meaningYang Tse2008-10-151-16/+58
* Adjust Watcom C warnings:Yang Tse2008-10-141-2/+2
* With this change Solaris target builds will now be done with _REENTRANT defined.Yang Tse2008-10-141-5/+23
* Adjust Tiny C basic options:Yang Tse2008-10-141-2/+2
* Adjust GCC warnings:Yang Tse2008-10-141-31/+61
* fix syntax errorYang Tse2008-10-141-1/+1
* Initial attempt to detect Watcom C compilerYang Tse2008-10-141-0/+60
* make naming scheme more consistent across whole fileYang Tse2008-10-131-75/+74
* Adjust GCC warnings:Yang Tse2008-10-131-2/+14
* Adjust GCC --enable-warnings:Yang Tse2008-10-131-1/+13
* adjust SGI MIPSpro C detectionYang Tse2008-10-121-1/+3
* LCC compiler adjustments:Yang Tse2008-10-121-4/+4
* remove extra spaceYang Tse2008-10-111-2/+2
* split SGI compiler check. One for MIPS C and another for MIPSpro CYang Tse2008-10-111-10/+52
* LCC compiler adjustments:Yang Tse2008-10-111-3/+6
* Initial attempt to detect Tiny C compilerYang Tse2008-10-101-1/+42
* Initial attempt to detect LCC compilerYang Tse2008-10-101-1/+38
* 1) fix bug in CONVERT_INCLUDE_TO_ISYSTEMYang Tse2008-10-101-4/+7
* simplify SGI C compiler checkYang Tse2008-10-101-13/+4
* HP C adjustments:Yang Tse2008-10-101-1/+5
* Add debug tracing for COMPILER_WORKS_IFELSEYang Tse2008-10-101-0/+9
* configure will also warn on 'strict compiler warning' rejected optionsYang Tse2008-10-091-95/+177
* convert rejected compiler options messages into a warningsYang Tse2008-10-091-4/+4
* remove extra whitespace from string in SGI C checkYang Tse2008-10-091-3/+3
* oopsYang Tse2008-10-091-3/+2
* Initial attempt to detect SGI C compilerYang Tse2008-10-091-0/+48
* HP C adjustments:Yang Tse2008-10-091-2/+6
* improve presentation of accepted/rejected debug/optimizer optionsYang Tse2008-10-081-35/+45
* refactoring of COMPILER_BASIC_OPTSYang Tse2008-10-081-67/+164