summaryrefslogtreecommitdiff
path: root/acinclude.m4
AgeCommit message (Expand)Author
2009-01-11- Based on bug report #2498665 (http://curl.haxx.se/bug/view.cgi?id=2498665)Daniel Stenberg
2008-11-21Automatically detect OpenBSD's CA cert bundle.Dan Fandrich
2008-11-13Refactor configure script detection of functions used to set sockets intoYang Tse
2008-10-28Initial attempt to detect at configuration time if the getaddrinfo()Yang Tse
2008-10-23#include <stdlib.h> for exit() prototypeYang Tse
2008-10-02Initial attempt to support configure's --(dis|en)able-warningsYang Tse
2008-09-30now compiler warnings are activated for all gcc builds, not only debug ones.Yang Tse
2008-09-24ntoa() and inet_ntoa_r() no longer usedYang Tse
2008-09-18icc adjustmentsYang Tse
2008-09-17improve detection of gethostbyaddr_r() and gethostbyname_r()Yang Tse
2008-09-17improve detection of gethostname(), localtime_r() and strstr()Yang Tse
2008-09-12improve detection of fdopen() and strerror_r()Yang Tse
2008-09-09icc adjustmentsYang Tse
2008-09-03Search for the FreeBSD CA cert file /usr/local/share/certs/ca-root.crtDan Fandrich
2008-08-27Don't abort configuration if recvfrom() is not available.Yang Tse
2008-08-26Added check and symbol definition for WIN32 file API usage in configure,Yang Tse
2008-08-25For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros,Yang Tse
2008-08-25Rename some shell vars with more descriptive names:Yang Tse
2008-08-15For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros,Yang Tse
2008-08-14Take three at trying to detect signed and unsigned curl_off_t integer constantYang Tse
2008-08-14Change CURL_CHECK_DEF_INTXX_C suffix definition detection.Yang Tse
2008-08-13Use autoconf's result of AC_CHECK_SIZEOF(long) in CURL_CONFIGURE_LONGYang Tse
2008-08-13Ensure that the compiler 'knows' the 'long' type in CURL_CONFIGURE_LONGYang Tse
2008-08-13Using the name of a macro inside AC_MSG_WARN takes aclocal to NeverLand.Yang Tse
2008-08-13The size of long is a build time characteristic and as such it is now recordedYang Tse
2008-08-12Fix CURL_CHECK_DEF_INTXX_C suffix definition detectionYang Tse
2008-08-11Added missing signed and unsigned curl_off_t integer constant suffixes forYang Tse
2008-08-09Remove debug tracing for DO_CURL_OFF_T_CHECK and CURL_CHECK_DEFYang Tse
2008-08-09Use int64_t in favour of __int64 for curl_off_t when both are available.Yang Tse
2008-08-09Improve CURL_CHECK_DEFYang Tse
2008-08-08Add debug tracing for DO_CURL_OFF_T_CHECKYang Tse
2008-08-08Remove some redundancyYang Tse
2008-08-08Remove potential overquotingYang Tse
2008-08-08Add debug tracing for CURL_CHECK_DEFYang Tse
2008-08-07Skip data type check in DO_CURL_OFF_T_CHECK macro when argument is empty.Yang Tse
2008-08-07Fix CURL_CHECK_DEF so that when the expansion of the preprocessor symbol resultsYang Tse
2008-08-07Initial support of curlbuild.h and curlrules.h which allowsYang Tse
2008-08-04Autoconf 2.62 has changed the behaviour of the AC_AIX macro which we use.Yang Tse
2008-08-01Add a whitespaceYang Tse
2008-08-01Ensure that reserved keyword AC_DEFUN is only used for its purpose.Yang Tse
2008-08-01Removed definition of CURL_CHECK_WORKING_RESOLVER from acinclude.m4 it hasYang Tse
2008-07-30Reinstate the 'aclocal -I m4' in buildconf and 'ACLOCAL_AMFLAGS = -I m4' way ofYang Tse
2008-07-29Tests done using 'aclocal -I m4' in buildconf and 'ACLOCAL_AMFLAGS = -I m4Yang Tse
2008-07-27Assert that SED and GREP are setYang Tse
2008-07-26simplify multi '#' char comment lineYang Tse
2008-07-24Another step towards detecting if _REENTRANT is already defined or actuallyYang Tse
2008-07-22cleanup duplicate lineYang Tse
2008-07-22Make sure that configure process tests are done with the same _REENTRANTYang Tse
2008-07-22checks for gethostbyaddr_r with 7 and 8 args now also done with -D_REENTRANTYang Tse
2008-07-21when recvfrom prototype uses a void pointer for arguments 2, 5 or 6 this willYang Tse