summaryrefslogtreecommitdiff
path: root/m4
Commit message (Expand)AuthorAgeFilesLines
* configure: fix --disable-code-coverageJan Chren2019-07-091-2/+1
* configure/cmake: check for if_nametoindex()Daniel Stenberg2019-05-221-0/+113
* configure: detect getsockname and getpeername on windows tooDaniel Stenberg2019-05-211-0/+195
* configure: add --with-amisslChris Young2019-03-151-0/+50
* configure: remove the unused fdopen macroDaniel Stenberg2019-02-221-86/+0
* configure: rewrite --enable-code-coverageDaniel Stenberg2019-01-262-265/+41
* curl-compilers.m4: check for __ibmxl__ to detect xlclangDaniel Stenberg2019-01-161-2/+2
* curl-compilers.m4: detect xlclangDaniel Stenberg2019-01-151-2/+11
* configure: Fix typo in commentDaniel Gustafsson2018-11-211-1/+1
* configure: s/AC_RUN_IFELSE/CURL_RUN_IFELSEDaniel Stenberg2018-09-262-10/+10
* whitespace fixesViktor Szakats2018-09-2312-13/+0
* Enable more GCC warningsMarcel Raad2018-08-211-1/+15
* curl-compilers: enable -Wimplicit-fallthrough=4 for GCCMarcel Raad2018-08-211-0/+1
* curl-compilers: enable -Wbad-function-cast on GCCMarcel Raad2018-08-211-0/+1
* curl-confopts.m4: fix typo from ed224f23d5bebDaniel Stenberg2018-06-151-1/+1
* configure: use pkg-config for c-ares detectionDaniel Stenberg2018-06-141-7/+32
* configure: add missing m4/ax_compile_check_sizeof.m4Daniel Stenberg2018-05-221-0/+115
* configure: replace AC_TRY_RUN with CURL_RUN_IFELSEDaniel Stenberg2018-05-211-1/+2
* configure: put CURLDEBUG and DEBUGBUILD in lib/curl_config.hFrank Gevaerts2018-05-042-10/+4
* configure: keep LD_LIBRARY_PATH changes localDaniel Stenberg2018-04-161-1/+17
* build: add picky compiler warning flags for gcc 6 and 7Eric Gallager2018-04-071-0/+17
* curl-openssl.m4: fix spelling [ci skip]Viktor Szakats2018-03-121-1/+1
* curl-openssl.m4: Fix version check for OpenSSL 1.1.1Jay Satiro2018-02-241-1/+10
* configure: set PATH_SEPARATOR to colon for PATH w/o separatorDaniel Stenberg2018-01-301-7/+5
* configure: use -Wno-varargs on clang 3.9[.X] debug buildsDaniel Stenberg2017-09-081-1/+6
* m4/curl-compilers.m4: use proper quotes around string, not backticksDaniel Stenberg2017-08-161-1/+1
* curl-confopts.m4: fix --disable-threaded-resolverJakub Zakrzewski2017-08-151-4/+4
* configure: use the threaded resolver backend by default if possibleDaniel Stenberg2017-08-101-5/+5
* ax_code_coverage.m4: update to latest versionMarcel Raad2017-08-081-69/+114
* curl-compilers.m4: disable warning spam with Cygwin's clangMarcel Raad2017-07-101-1/+9
* curl-compilers.m4: fix unknown-warning-option on Apple clangMarcel Raad2017-06-241-1/+10
* curl-compilers.m4: enable comma clang warningMarcel Raad2017-06-161-0/+5
* curl-compilers.m4: enable missing-variable-declarations clang warningMarcel Raad2017-06-161-0/+5
* curl-compilers.m4: enable double-promotion warningMarcel Raad2017-06-161-0/+10
* curl-compilers.m4: enable vla warning for clangMarcel Raad2017-06-161-0/+5
* build: provide easy code coverage measuringDaniel Stenberg2017-06-021-0/+219
* curl-compilers.m4: escape square brackets in regexMarcel Raad2017-06-011-1/+1
* curl-compilers.m4: fix compiler_num for clangMarcel Raad2017-06-011-1/+1
* curl-compilers.m4: enable -Wshift-sign-overflow for clangMarcel Raad2017-05-311-0/+5
* configure: stop prepending to LDFLAGS, CPPFLAGSJay Satiro2017-04-251-2/+2
* curl-compilers.m4: accept -Og and -Ofast GCC flagsMarcel Raad2017-04-241-1/+1
* curl-compilers.m4: turn implicit function declarations into errorsMarcel Raad2017-04-151-2/+5
* spelling fixesklemens2017-03-263-7/+7
* configure: fix for --enable-pthreadsJay Satiro2017-03-021-4/+0
* s/cURL/curlDaniel Stenberg2016-11-071-1/+1
* configure/CURL_CHECK_FUNC_POLL: disable poll completely on macDaniel Stenberg2016-10-181-1/+4
* configure: detect the broken poll() in macOS 10.12Daniel Stenberg2016-10-111-3/+19
* curl-compilers.m4: improve detection of GCC's -fvisibility= flagKamil Dudka2016-06-211-2/+2
* configure: ac_cv_ -> curl_cv_ for write-only varsIrfan Adilovic2016-04-211-103/+103
* configure: ac_cv_ -> curl_cv_ for r/w varsIrfan Adilovic2016-04-212-36/+36