summaryrefslogtreecommitdiff
path: root/acinclude.m4
Commit message (Expand)AuthorAgeFilesLines
* configure - m4: make CURL_CHECK_DEF ignore leading whitespace on symbol defAlbert Chin2011-09-271-1/+1
* configure: avoid direct usage of AS_TR_* macrosYang Tse2011-06-171-3/+3
* configure: fix recvfrom 5th arg type qualifier detection (followup)Yang Tse2011-06-081-4/+4
* configure: fix recvfrom 5th arg type qualifier detectionYang Tse2011-06-081-2/+15
* CURL_CHECK_FUNC_RECVFROM: android/bionic fixManuel Massing2011-03-121-2/+2
* Fixed configure define for Win32.Guenter Knauf2011-01-181-1/+1
* symbol-scan: use configure script knowledge about how to run the C preprocessorYang Tse2010-11-251-0/+41
* Link curl and the test apps with -lrt explicitly when necessaryDan Fandrich2010-09-111-0/+1
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* removed trailing whitespaceYang Tse2010-02-141-32/+32
* - Suppressed side effect of OpenSSL configure checks, which prevented NSS fromKamil Dudka2010-01-141-3/+22
* extended CURL_CHECK_PKGCONFIG to check for a host-specific version of theDaniel Stenberg2009-09-021-3/+13
* - configure now tries to use pkg-config for a number of sub-dependencies evenDaniel Stenberg2009-09-011-6/+1
* Refactor how libraries are checked for connect() function, follow-up.Yang Tse2009-06-211-0/+5
* Refactor how libraries are checked for connect() function,Yang Tse2009-06-201-0/+41
* John E. Malmberg noticed that the configure script was failing to detect theYang Tse2009-06-011-1/+4
* Fix preprocessor conditional expressionYang Tse2009-05-151-1/+1
* Proper naming for the experimental compiler test and moved to *-compilers.m4Yang Tse2009-05-071-53/+0
* Moved *_CHECK_COMPILER_HALT_ON_ERROR and *_CHECK_COMPILER_ARRAY_SIZE_NEGATIVE...Yang Tse2009-05-071-47/+0
* Use autobuilds to verify if a couple of experimental compiler tests pass on a...Yang Tse2009-05-061-0/+53
* HP-UX's X/Open network library requirement check follow-upYang Tse2009-05-031-1/+1
* HP-UX's X/Open network library requirement check follow-upYang Tse2009-05-031-0/+28
* Use build-time configured curl_socklen_t instead of socklen_tYang Tse2009-05-021-89/+0
* Check definition of _XOPEN_SOURCE_EXTENDED with the compilerYang Tse2009-05-011-0/+38
* Rearrange placement inside file of CURL_DEFINE_UNQUOTED, CURL_CONFIGURE_LONGYang Tse2009-04-281-162/+162
* Moved CURL_INCLUDES_INTTYPES to curl-functions.m4 along with other CURL_INCLU...Yang Tse2009-04-281-24/+0
* Remove temporary debug tracing for curl_socklen_t detection failuresYang Tse2009-04-281-11/+0
* Take 2 at handling getpeername() prototypes with a void pointer for third arg...Yang Tse2009-04-271-3/+5
* Attempt to handle getpeername() prototypes with a void pointer for third argu...Yang Tse2009-04-271-1/+19
* Add temporary debug tracing for curl_socklen_t detection failuresYang Tse2009-04-271-0/+7
* Rearrange curl_socklen_t tests to improve speed of usual resultsYang Tse2009-04-271-33/+38
* Initial step towards a configure time curl_socklen_t definitionYang Tse2009-04-261-0/+104
* Moved potential inclusion of system's malloc.h and memory.h header files toYang Tse2009-04-211-0/+52
* - 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