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