summaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Expand)Author
2010-08-11configure: werror related adjustmentsYang Tse
2010-07-21build: Enable configure --enable-werrorBen Greear
2010-06-17configure: spell --disable-threaded-resolver correctlyDaniel Stenberg
2010-04-25new configure option --enable-threaded-resolverDaniel Stenberg
2010-03-25remove all .cvsignore filesDaniel Stenberg
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2010-03-22Fix warnings for clangDaniel Johnson
2010-03-20provide an initial set of .gitignore filesDaniel Stenberg
2010-03-17replaced intel compiler option -no-ansi-alias with -fno-strict-aliasingYang Tse
2010-03-17update outdated serial numberYang Tse
2010-03-05Daniel Johnson provided fixes for building with the clang compilerDaniel Stenberg
2010-03-02- Markus Duft pointed out in bug #2961796 that even though Interix has aDaniel Stenberg
2010-01-27Restore normal operation:Yang Tse
2010-01-27fix c-ares assumed check being skippedYang Tse
2010-01-27fix LDFLAGS preservation in CURL_CHECK_LIB_ARESYang Tse
2010-01-26minor fixes for --enable-ares configure optionYang Tse
2010-01-06Prevent detection of stdint.h on IRIX systems, even when available.Yang Tse
2009-11-16Update serial numberYang Tse
2009-11-15getaddrinfo is fully thread safe on solaris versions whichYang Tse
2009-11-14Refactor how preprocessor symbol _THREAD_SAFE definition is done.Yang Tse
2009-11-13Assume that getaddrinfo is thread safe, unless hard codedYang Tse
2009-11-13Related with the threadsafe capability of getaddrinfo:Yang Tse
2009-11-12AIX 5.2 and newer have threadsafe getaddrinfo.Yang Tse
2009-11-12HP-UX 11.11 and later have threadsafe getaddrinfoYang Tse
2009-11-12Check if getaddrinfo is threadsafe when function check allows it to be usedYang Tse
2009-10-19Use *_CHECK_PATH_SEPARATOR_REQUIRED to ensure that *_CHECK_PATH_SEPARATORYang Tse
2009-10-19Our _AS_PATH_SEPARATOR_PREPARE override is now m4_defun'd instead of m4_define'dYang Tse
2009-10-18Check for basename() is now done the same as other function checksYang Tse
2009-09-29Check if _REENTRANT definition is required toYang Tse
2009-09-28Added check for memrchr function or macroYang Tse
2009-09-24revert HPUX change since it already works fineDaniel Stenberg
2009-09-23- HPUX does need _REENTRANT too to build really thread-safe.Daniel Stenberg
2009-07-14renamed generated config.h to curl_config.h in order to avoid clashes when li...Gunter Knauf
2009-06-20Refactor how libraries are checked for connect() function,Yang Tse
2009-06-18add CloseSocket camel case function checkYang Tse
2009-06-17socket() and closesocket() prototypes might be in socket.hYang Tse
2009-06-17check for socket() and closesocket() as it is done for other functionsYang Tse
2009-06-17Added a few more compiler warning options for gcc.Dan Fandrich
2009-06-10fix language in commentYang Tse
2009-06-09Added --enable-curldebug configure option to enable and disable buildingYang Tse
2009-05-15remove outdated commentYang Tse
2009-05-07Proper naming for the experimental compiler test and moved to *-compilers.m4Yang Tse
2009-05-07Moved *_CHECK_COMPILER_HALT_ON_ERROR and *_CHECK_COMPILER_ARRAY_SIZE_NEGATIVE...Yang Tse
2009-04-28Moved CURL_INCLUDES_INTTYPES to curl-functions.m4 along with other CURL_INCLU...Yang Tse
2009-04-26Initial step towards a configure time curl_socklen_t definitionYang Tse
2009-04-17remove compiler options used while debugging the icc 9.1 optimizer issueYang Tse
2009-04-15Set HP-UX compiler warning level back to the one that exposesYang Tse
2009-02-13ignoreYang Tse
2009-02-13check for poll() as it is done for other functionsYang Tse
2008-11-20Make checking for struct ifreq a prerequisite for settingDan Fandrich