summaryrefslogtreecommitdiff
path: root/m4
Commit message (Expand)AuthorAgeFilesLines
* 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
* Initial attempt to detect SUN C compilerYang Tse2008-10-081-18/+48
* Initial attempt to detect HP C compilerYang Tse2008-10-081-1/+36
* adjust ICC_windows settingsYang Tse2008-10-071-5/+5
* fix VAR_STRIPYang Tse2008-10-071-1/+1
* Initial attempt to support configure's --(dis|en)able-optimizeYang Tse2008-10-072-39/+332
* debug option check must be before warnings option checkYang Tse2008-10-021-2/+2
* Initial attempt to support configure's --(dis|en)able-warningsYang Tse2008-10-022-0/+409
* siginterrupt, signal and sigsetjmp checksYang Tse2008-09-261-1/+299
* HAVE_INET_PTON will only be defined when an IPv6 capable workingYang Tse2008-09-241-0/+161
* configure script now checks availability of the inet_ntop() function,Yang Tse2008-09-241-1/+158
* temporarily enable CURL_CHECK_FUNC_INET_NTOA_RYang Tse2008-09-241-1/+152
* attempt to make work the gethostname functionYang Tse2008-09-221-2/+39
* configure script now checks availability of the alarm() functionYang Tse2008-09-191-0/+85
* fix false negative strerror_r detectionYang Tse2008-09-181-0/+6
* fix wrong number used in comparisonYang Tse2008-09-181-1/+1
* fix wrong variable used in comparisonYang Tse2008-09-181-6/+6
* fix netdb.h prerequisite inclusionYang Tse2008-09-181-3/+3
* improve detection of gethostbyaddr_r() and gethostbyname_r()Yang Tse2008-09-171-0/+284
* improve detection of getservbyport_r()Yang Tse2008-09-171-1/+162
* improve detection of gethostname(), localtime_r() and strstr()Yang Tse2008-09-171-0/+284
* rearrange to allow internal/private use of ares_writev to any systemYang Tse2008-09-161-0/+104
* remove debug tracingYang Tse2008-09-151-12/+0
* improve detection of:Yang Tse2008-09-151-2/+685
* also check for an 'unsigned int' for third argument of strerror_r()Yang Tse2008-09-121-3/+3