summaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Expand)Author
2018-09-26configure: s/AC_RUN_IFELSE/CURL_RUN_IFELSEDaniel Stenberg
2018-09-23whitespace fixesViktor Szakats
2018-08-21Enable more GCC warningsMarcel Raad
2018-08-21curl-compilers: enable -Wimplicit-fallthrough=4 for GCCMarcel Raad
2018-08-21curl-compilers: enable -Wbad-function-cast on GCCMarcel Raad
2018-06-15curl-confopts.m4: fix typo from ed224f23d5bebDaniel Stenberg
2018-06-14configure: use pkg-config for c-ares detectionDaniel Stenberg
2018-05-22configure: add missing m4/ax_compile_check_sizeof.m4Daniel Stenberg
2018-05-21configure: replace AC_TRY_RUN with CURL_RUN_IFELSEDaniel Stenberg
2018-05-04configure: put CURLDEBUG and DEBUGBUILD in lib/curl_config.hFrank Gevaerts
2018-04-16configure: keep LD_LIBRARY_PATH changes localDaniel Stenberg
2018-04-07build: add picky compiler warning flags for gcc 6 and 7Eric Gallager
2018-03-12curl-openssl.m4: fix spelling [ci skip]Viktor Szakats
2018-02-24curl-openssl.m4: Fix version check for OpenSSL 1.1.1Jay Satiro
2018-01-30configure: set PATH_SEPARATOR to colon for PATH w/o separatorDaniel Stenberg
2017-09-08configure: use -Wno-varargs on clang 3.9[.X] debug buildsDaniel Stenberg
2017-08-16m4/curl-compilers.m4: use proper quotes around string, not backticksDaniel Stenberg
2017-08-15curl-confopts.m4: fix --disable-threaded-resolverJakub Zakrzewski
2017-08-10configure: use the threaded resolver backend by default if possibleDaniel Stenberg
2017-08-08ax_code_coverage.m4: update to latest versionMarcel Raad
2017-07-10curl-compilers.m4: disable warning spam with Cygwin's clangMarcel Raad
2017-06-24curl-compilers.m4: fix unknown-warning-option on Apple clangMarcel Raad
2017-06-16curl-compilers.m4: enable comma clang warningMarcel Raad
2017-06-16curl-compilers.m4: enable missing-variable-declarations clang warningMarcel Raad
2017-06-16curl-compilers.m4: enable double-promotion warningMarcel Raad
2017-06-16curl-compilers.m4: enable vla warning for clangMarcel Raad
2017-06-02build: provide easy code coverage measuringDaniel Stenberg
2017-06-01curl-compilers.m4: escape square brackets in regexMarcel Raad
2017-06-01curl-compilers.m4: fix compiler_num for clangMarcel Raad
2017-05-31curl-compilers.m4: enable -Wshift-sign-overflow for clangMarcel Raad
2017-04-25configure: stop prepending to LDFLAGS, CPPFLAGSJay Satiro
2017-04-24curl-compilers.m4: accept -Og and -Ofast GCC flagsMarcel Raad
2017-04-15curl-compilers.m4: turn implicit function declarations into errorsMarcel Raad
2017-03-26spelling fixesklemens
2017-03-02configure: fix for --enable-pthreadsJay Satiro
2016-11-07s/cURL/curlDaniel Stenberg
2016-10-18configure/CURL_CHECK_FUNC_POLL: disable poll completely on macDaniel Stenberg
2016-10-11configure: detect the broken poll() in macOS 10.12Daniel Stenberg
2016-06-21curl-compilers.m4: improve detection of GCC's -fvisibility= flagKamil Dudka
2016-04-21configure: ac_cv_ -> curl_cv_ for write-only varsIrfan Adilovic
2016-04-21configure: ac_cv_ -> curl_cv_ for r/w varsIrfan Adilovic
2016-04-21configure: ac_cv_ -> curl_cv_ for all cached varsIrfan Adilovic
2016-02-03URLs: Change more haxx.se URLs from http: to https:Dan Fandrich
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-12-20configure: detect IPv6 support on WindowsJohannes Schindelin
2015-12-20configure: allow static builds on mingwDaniel Stenberg
2015-09-26curl-confopts.m4: Add missing ')'Tatsuhiro Tsujikawa
2015-07-24configure: add --disable-rt optionMichaƂ Fita
2015-06-14build: Fix typo from OpenSSL 1.0.2 version detection fixDrake Arconis
2015-06-14build: Properly detect OpenSSL 1.0.2 when using configureDrake Arconis