aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAge
...
* configure: fixed broken configure due to the missing valueEvgeny Grin (Karlson2k)2022-04-17
|
* configure: set minimal supported OS version in W32 binariesEvgeny Grin (Karlson2k)2022-04-16
|
* configure: added --enable-build-type=TYPEEvgeny Grin (Karlson2k)2022-04-16
| | | | | | | Useful to quickly define settings combination. Individual settings still could be overridden by individual parameters. Added autoconf macros for compiler and linker flags
* configure: further improved *FLAGS reportingEvgeny Grin (Karlson2k)2022-04-13
|
* configure: netter format reporting for *FLAGSEvgeny Grin (Karlson2k)2022-04-03
|
* configure: added final reporting for *FLAGSEvgeny Grin (Karlson2k)2022-04-03
|
* Moved libtool-specific flags to MakefileEvgeny Grin (Karlson2k)2022-04-03
|
* configure: used more reliable test for -fvisibilityEvgeny Grin (Karlson2k)2022-04-03
|
* configure: added workaround for problematic formating toolsEvgeny Grin (Karlson2k)2022-04-03
|
* configure: modified z/OS settingsEvgeny Grin (Karlson2k)2022-04-03
|
* configure: moved initialisation blockEvgeny Grin (Karlson2k)2022-04-03
|
* configure: added "auto-optional" value for sanitizers parameterEvgeny Grin (Karlson2k)2022-03-20
| | | | | "auto-optional" detects and enables any supported sanitizers and does not fail if no sanitizers are available
* configure: do not use sanitizers without run-time lib, unless explicitly ↵Evgeny Grin (Karlson2k)2022-03-19
| | | | | | | requested Sanitizers without run-time libs have very limited value and often are not tested properly. Do not enable them unless explicitly requested.
* configure: fixed order of compiler flags, fixed checkEvgeny Grin (Karlson2k)2022-03-19
|
* configure: fixed compiler flags for UBSanEvgeny Grin (Karlson2k)2022-03-19
|
* configure: detect unimplemented pipe2() on GNU/kFreeBSDEvgeny Grin (Karlson2k)2022-01-10
|
* configure: minor fixes in ITC type detectionEvgeny Grin (Karlson2k)2022-01-10
|
* Moved 'po' dependencies to separate ./configure fileEvgeny Grin (Karlson2k)2022-01-09
| | | | | | | | | Having 'po' in main 'configure' confuse users as they see --enable-nls and other related options in configure and think that gettext is optional dependency to build MHD lib. New structure should be more transparent for users. Performed minor cleanup of dist files.
* Autotools refactoring: better follow GNU coding standardsEvgeny Grin (Karlson2k)2022-01-06
| | | | | | | | Never override CFLAGS, CPPFLAGS, and LDFLAGS in 'configure'. Let user override compile setting as make-time almost in the same way like at configure-time. Removed some redundant compile settings.
* automake: use right automake optionsEvgeny Grin (Karlson2k)2022-01-05
|
* Configure: do not define unused var in MakefilesEvgeny Grin (Karlson2k)2022-01-05
|
* configure: fixed unwanted output on FedoraEvgeny Grin (Karlson2k)2021-12-29
|
* configure: clarified license messageEvgeny Grin (Karlson2k)2021-12-28
| | | | | Users tend to read "LGPLv2.1+ only" as "LGPLv2.1 only" because "+" and "only" used together are confusing.
* Released GNU libmicrohttpd 0.9.75v0.9.75Evgeny Grin (Karlson2k)2021-12-26
|
* configure: fixed portabilityEvgeny Grin (Karlson2k)2021-12-24
|
* configure: fixed compiler warning on MSys2/MinGW64 package buildEvgeny Grin (Karlson2k)2021-12-20
|
* Released GNU libmicrohttpd 0.9.74v0.9.74Evgeny Grin (Karlson2k)2021-12-19
|
* Additional fix for old gnutls versionsEvgeny Grin (Karlson2k)2021-12-16
|
* Reworked dlltool supported.Evgeny Grin (Karlson2k)2021-12-14
| | | | | | | | | | * Added support for weakened oversimplified half-broken llvm-dlltool * Streamlined makefile receipts for W32 .dll and related files * Added support for verbose/silent makefile rules * Removed redundant printing from makefile * Added makefile receipts for proper generation of all required files * Silenced MS lib warning * Silenced MS lib invocation
* configure: replaced more shell constructs with AS_* macrosEvgeny Grin (Karlson2k)2021-12-13
|
* Workaround for old broken GnuTLS buildsEvgeny Grin (Karlson2k)2021-12-13
|
* https tests: simplified makefileEvgeny Grin (Karlson2k)2021-12-13
|
* configure: really disable leak sanitizer if it's disabled by configure ↵Evgeny Grin (Karlson2k)2021-12-11
| | | | parameters
* configure: added selective sanitizers enableEvgeny Grin (Karlson2k)2021-12-11
|
* configure: improved compatibility with shellsEvgeny Grin (Karlson2k)2021-12-10
|
* -fix tests for libmagic (and uncrustify indentation)Christian Grothoff2021-12-08
|
* test_client_put_stop: check 'net.inet.tcp.blackhole' valueEvgeny Grin (Karlson2k)2021-12-06
|
* test_client_put_stop: support rate limiting of RSTEvgeny Grin (Karlson2k)2021-12-06
| | | | RST rate limiting is required for FreeBSD.
* configure: fixed compiler warning when checkingEvgeny Grin (Karlson2k)2021-12-06
|
* configure: fixed missing quotingEvgeny Grin (Karlson2k)2021-12-04
|
* Added _MHD_HEAVY_TESTS to MHD_config.hEvgeny Grin (Karlson2k)2021-12-04
|
* configure: do header detection before other checksEvgeny Grin (Karlson2k)2021-12-01
|
* configure: header detection fixesEvgeny Grin (Karlson2k)2021-12-01
| | | | | | | | Reordered headers detection to allow detect headers which require inclusion of other headers before them. Fixed detection of network/socket headers as on some platforms they require specific headers to be included before.
* configure: improved reporting which detecting available sanitizersEvgeny Grin (Karlson2k)2021-10-28
|
* Further improved PAGESIZE macro detectionEvgeny Grin (Karlson2k)2021-10-27
|
* configure: removed unused HAVE_DECL_SOCK_NONBLOCK macro from MHD_config.hEvgeny Grin (Karlson2k)2021-10-25
|
* Added check at configure time for PAGESIZE and PAGE_SIZE macrosEvgeny Grin (Karlson2k)2021-10-24
| | | | | Some platforms may have them defined as call of function so compile-time check for valid number may not work.
* configure: fixed harmless typo in cache variable nameEvgeny Grin (Karlson2k)2021-10-23
|
* configure: improved reporting on SolarisEvgeny Grin (Karlson2k)2021-10-23
|
* A small addition for 5bcd843d0b74ba924a5dbee9d6b64ee213ec9e7fEvgeny Grin (Karlson2k)2021-10-10
|