summaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Expand)AuthorFilesLines
2008-10-12LCC compiler adjustments:Yang Tse1-4/+4
2008-10-11remove extra spaceYang Tse1-2/+2
2008-10-11split SGI compiler check. One for MIPS C and another for MIPSpro CYang Tse1-10/+52
2008-10-11LCC compiler adjustments:Yang Tse1-3/+6
2008-10-10Initial attempt to detect Tiny C compilerYang Tse1-1/+42
2008-10-10Initial attempt to detect LCC compilerYang Tse1-1/+38
2008-10-101) fix bug in CONVERT_INCLUDE_TO_ISYSTEMYang Tse1-4/+7
2008-10-10simplify SGI C compiler checkYang Tse1-13/+4
2008-10-10HP C adjustments:Yang Tse1-1/+5
2008-10-10Add debug tracing for COMPILER_WORKS_IFELSEYang Tse1-0/+9
2008-10-09configure will also warn on 'strict compiler warning' rejected optionsYang Tse1-95/+177
2008-10-09convert rejected compiler options messages into a warningsYang Tse1-4/+4
2008-10-09remove extra whitespace from string in SGI C checkYang Tse1-3/+3
2008-10-09oopsYang Tse1-3/+2
2008-10-09Initial attempt to detect SGI C compilerYang Tse1-0/+48
2008-10-09HP C adjustments:Yang Tse1-2/+6
2008-10-08improve presentation of accepted/rejected debug/optimizer optionsYang Tse1-35/+45
2008-10-08refactoring of COMPILER_BASIC_OPTSYang Tse1-67/+164
2008-10-08Initial attempt to detect SUN C compilerYang Tse1-18/+48
2008-10-08Initial attempt to detect HP C compilerYang Tse1-1/+36
2008-10-07adjust ICC_windows settingsYang Tse1-5/+5
2008-10-07fix VAR_STRIPYang Tse1-1/+1
2008-10-07Initial attempt to support configure's --(dis|en)able-optimizeYang Tse2-40/+338
2008-10-02fix commentYang Tse1-3/+3
2008-10-02Initial attempt to support configure's --(dis|en)able-warningsYang Tse2-0/+405
2008-09-24HAVE_INET_PTON will only be defined when an IPv6 capable workingYang Tse1-0/+161
2008-09-24HAVE_INET_NTOP will only be defined when an IPv6 capable workingYang Tse1-1/+185
2008-09-22attempt to make work the gethostname functionYang Tse1-2/+39
2008-09-18fix netdb.h prerequisite inclusionYang Tse1-1/+1
2008-09-17improve detection of getservbyport_r()Yang Tse1-1/+162
2008-09-17improve detection of gethostname()Yang Tse1-0/+106
2008-09-16rearrange to allow internal/private use of ares_writev to any systemYang Tse1-0/+106
2008-09-15improve detection of:Yang Tse1-2/+514
2008-09-11strdup() clone for systems/configurations which lack itYang Tse1-0/+126
2008-08-05The minimum autoconf version required for this file is 2.50Yang Tse1-3/+3
2008-08-01Rename reentrant.m4 to avoid filename clash.Yang Tse1-7/+29
2008-07-30Add file version serial number that might be used by 'aclocal' and others.Yang Tse1-0/+3
2008-07-29Add quoting for the AC_DEFINE arguments.Yang Tse1-1/+1
2008-07-29Also remove the whitespace.Yang Tse1-1/+1
2008-07-29Also remove the extra quoting.Yang Tse1-2/+2
2008-07-29Replace some '@%:@' quadigraphs by its actual representation '#'.Yang Tse1-3/+3
2008-07-27Require autoconf 2.57 or newerYang Tse1-5/+1
2008-07-27setup.h handles definition of _REENTRANT based on NEED_REENTRANTYang Tse1-11/+6
2008-07-27Another step towards detecting if _REENTRANT is already defined or actuallyYang Tse1-742/+112
2008-07-26Add a 3 argument check for getprotobyname_rYang Tse1-1/+27
2008-07-25move reentrant.m4 to the m4 subdirectory to avoid infinite loop inclusion pro...Yang Tse1-0/+1030