aboutsummaryrefslogtreecommitdiff
path: root/acinclude.m4
AgeCommit message (Expand)Author
2012-12-03build: prevent global LIBS from influencing src and lib build targetsYang Tse
2012-11-28build: avoid linkage of directly unused librariesYang Tse
2012-11-23build: fix AIX compilation and usageYang Tse
2012-04-12configure: NATIVE_WINDOWS no longer defined in config filesYang Tse
2011-09-27configure - m4: make CURL_CHECK_DEF ignore leading whitespace on symbol defAlbert Chin
2011-06-17configure: avoid direct usage of AS_TR_* macrosYang Tse
2011-06-08configure: fix recvfrom 5th arg type qualifier detection (followup)Yang Tse
2011-06-08configure: fix recvfrom 5th arg type qualifier detectionYang Tse
2011-03-12CURL_CHECK_FUNC_RECVFROM: android/bionic fixManuel Massing
2011-01-18Fixed configure define for Win32.Guenter Knauf
2010-11-25symbol-scan: use configure script knowledge about how to run the C preprocessorYang Tse
2010-09-11Link curl and the test apps with -lrt explicitly when necessaryDan Fandrich
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2010-02-14removed trailing whitespaceYang Tse
2010-01-14- Suppressed side effect of OpenSSL configure checks, which prevented NSS fromKamil Dudka
2009-09-02extended CURL_CHECK_PKGCONFIG to check for a host-specific version of theDaniel Stenberg
2009-09-01- configure now tries to use pkg-config for a number of sub-dependencies evenDaniel Stenberg
2009-06-21Refactor how libraries are checked for connect() function, follow-up.Yang Tse
2009-06-20Refactor how libraries are checked for connect() function,Yang Tse
2009-06-01John E. Malmberg noticed that the configure script was failing to detect theYang Tse
2009-05-15Fix preprocessor conditional expressionYang 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-05-06Use autobuilds to verify if a couple of experimental compiler tests pass on a...Yang Tse
2009-05-03HP-UX's X/Open network library requirement check follow-upYang Tse
2009-05-03HP-UX's X/Open network library requirement check follow-upYang Tse
2009-05-02Use build-time configured curl_socklen_t instead of socklen_tYang Tse
2009-05-01Check definition of _XOPEN_SOURCE_EXTENDED with the compilerYang Tse
2009-04-28Rearrange placement inside file of CURL_DEFINE_UNQUOTED, CURL_CONFIGURE_LONGYang Tse
2009-04-28Moved CURL_INCLUDES_INTTYPES to curl-functions.m4 along with other CURL_INCLU...Yang Tse
2009-04-28Remove temporary debug tracing for curl_socklen_t detection failuresYang Tse
2009-04-27Take 2 at handling getpeername() prototypes with a void pointer for third arg...Yang Tse
2009-04-27Attempt to handle getpeername() prototypes with a void pointer for third argu...Yang Tse
2009-04-27Add temporary debug tracing for curl_socklen_t detection failuresYang Tse
2009-04-27Rearrange curl_socklen_t tests to improve speed of usual resultsYang Tse
2009-04-26Initial step towards a configure time curl_socklen_t definitionYang Tse
2009-04-21Moved potential inclusion of system's malloc.h and memory.h header files toYang Tse
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