summaryrefslogtreecommitdiff
path: root/acinclude.m4
AgeCommit message (Expand)Author
2004-12-22Marcin Konicki provided two configure fixes and a source fix to make curlDaniel Stenberg
2004-12-20gcc 2.7 can't handle a few warning options that gcc 2.95 can.Dan Fandrich
2004-12-15Fix the --enable-debug compiler warning options for older versions of gcc.Dan Fandrich
2004-06-07Reverted the previous change and redid it differently as it seemed to notDaniel Stenberg
2004-06-041 - do better when cross-compiling when checking for strerror_r() - alertDaniel Stenberg
2004-05-06typo AGAINDaniel Stenberg
2004-05-06When using the icc compiler, we also ignore remark #1418 "external definitionDaniel Stenberg
2004-05-06if no strerror_r prototype is found, we provide our own to prevent pickyDaniel Stenberg
2004-05-05gcc 3.4 now uses the -Wunreachable-code option, I believe we can make olderDaniel Stenberg
2004-04-01Applied Joe Halpin's bugfixes to the NI_WITHSCOPEID test program.Daniel Stenberg
2004-03-31HAVE_NI_WITHSCOPEID spelled right!Daniel Stenberg
2004-03-31Andrés García fixed a warning in the ioctlsocket() usage.Daniel Stenberg
2004-03-31modified the NI_WITHSCOPEID to use an AF_INET6 socket immediately andDaniel Stenberg
2004-03-30Added CURL_CHECK_NI_WITHSCOPEID that checks if NI_WITHSCOPEID exists andDaniel Stenberg
2004-03-25strerror_r() detection changes:Daniel Stenberg
2004-03-24added check for strerror_r()Daniel Stenberg
2004-03-10ignore the icc warning 981 "operands are evaluated in unspecified order"Daniel Stenberg
2004-03-08we ignore the ICC warning 1419 as wellDaniel Stenberg
2004-03-01Perhaps -Wundef is better on gcc versions after 2.95, since the autobuildDaniel Stenberg
2004-03-01When setting aggressive pedantic compiler options, display what optionsDaniel Stenberg
2004-02-26Make icc ignore "invalid format string conversion" warnings as well. TheyDaniel Stenberg
2004-02-26Use __INTEL_COMPILER instead of __ICC to the cpp to detect the Intel iccDaniel Stenberg
2004-02-25set debug options when using the icc compilerDaniel Stenberg
2004-02-25Moved most of the set-debug-options-depending-on-compiler logic to the newDaniel Stenberg
2004-01-15Added escaping of the function name in the AC_DEFUN() macros, so thatDaniel Stenberg
2003-10-30Added proper #ifdef's for the #include files when checking for in_addr_t,Daniel Stenberg
2003-10-06O_NONBLOCK does not work on BeOS according to ShardDaniel Stenberg
2003-10-05improved the non-block check a lot:Daniel Stenberg
2003-05-15change the order of the in_addr_t tests, so that 'unsigned long' is testedDaniel Stenberg
2003-01-20added description in all AC_DEFINE() callsDaniel Stenberg
2002-01-31Albert Chin:Daniel Stenberg
2002-01-14Stoned Elipot's patch for the in_addr_t testDaniel Stenberg
2001-11-28now sets a type for in_addr_t even if it isn't found in the #include filesDaniel Stenberg
2001-11-28Added an in_addr_t checkDaniel Stenberg
2001-11-08now we make sure that NULL is defined in the gethostbyname_r() compilesDaniel Stenberg
2001-10-04Albert Chin's improved gethostbyname_r() testsDaniel Stenberg
2001-10-01Added non-blocking sockets testDaniel Stenberg
2001-08-20Albert Chin's neat configure/package fixesDaniel Stenberg
2001-05-29not used in autoconf version 2.50Daniel Stenberg
2001-04-19Albert Chin's patch posted to the mailing list 19 Apr 2001Daniel Stenberg
2000-08-24largefile.m4 was turned into acinclude.m4Daniel Stenberg