summaryrefslogtreecommitdiff
path: root/acinclude.m4
Commit message (Expand)AuthorAgeFilesLines
...
* configure: ac_cv_ -> curl_cv_ for r/w varsIrfan Adilovic2016-04-211-3/+3
* configure: ac_cv_func_clock_gettime -> curl_...Irfan Adilovic2016-04-211-9/+9
* configure: ac_cv_ -> curl_cv_ for all cached varsIrfan Adilovic2016-04-211-70/+70
* configure: use cpp -P when neededDaniel Stenberg2016-03-181-1/+50
* configure: warn on invalid ca bundle or pathJay Satiro2016-02-251-8/+36
* configure: --with-ca-fallback: use built-in TLS CA fallbackLudwig Nussel2016-02-081-0/+18
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* acinclude: Remove check for 16-bit curl_off_tJay Satiro2015-11-091-15/+0
* build: Fix support for PKG_CONFIGJay Satiro2015-10-241-5/+2
* build: Fix mingw ssl gdi32 orderJay Satiro2015-10-231-2/+10
* acinclude: remove PKGCONFIG overrideDaniel Stenberg2015-10-131-4/+1
* configure: add --disable-rt optionMichaƂ Fita2015-07-241-13/+16
* configure: remove missing and make it autogenerateMichael Osipov2015-04-301-17/+0
* acinclude.m4: fix test for default CA cert bundle/pathMichael Osipov2015-04-301-1/+1
* gtls: add support for CURLOPT_CAPATHAlessandro Ghedini2015-03-101-2/+2
* configure: allow both --with-ca-bundle and --with-ca-pathJulian Ospald2015-02-201-3/+6
* configure: allow --with-ca-path with PolarSSL tooCatalin Patulea2014-09-131-2/+2
* acinclude: fix --without-ca-path when cross-compilingDaniel Stenberg2013-09-041-36/+37
* CURL_CHECK_CA_BUNDLE: don't check for paths when cross-compilingDaniel Stenberg2013-04-181-4/+7
* configure: remove CURL_CHECK_FUNC_RECVFROMDaniel Stenberg2013-04-081-208/+1
* configure: fix cross pkg-config detectionColin Watson2012-12-081-11/+3
* build: prevent global LIBS from influencing src and lib build targetsYang Tse2012-12-031-4/+1
* build: avoid linkage of directly unused librariesYang Tse2012-11-281-0/+2
* build: fix AIX compilation and usageYang Tse2012-11-231-0/+42
* configure: NATIVE_WINDOWS no longer defined in config filesYang Tse2012-04-121-7/+2
* 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