summaryrefslogtreecommitdiffstats
path: root/Configure
AgeCommit message (Expand)Author
2016-02-27Remove last remains of old config stringsRichard Levitte
2016-02-27Apply default after having checked the given config target is validRichard Levitte
2016-02-26Make the table entry printer in Configure aware of ARRAYsRichard Levitte
2016-02-26Forgotten change of add() call in ConfigureRichard Levitte
2016-02-26Configure - neater looking add() and add_before()Richard Levitte
2016-02-22Add OPENSSL_PIC backRichard Levitte
2016-02-22Remove unused parameters from internal functionsRich Salz
2016-02-22The build files use %disabled, make sure to pass it to themRichard Levitte
2016-02-22Partial revert of 1288f26 and fix for no-asyncMatt Caswell
2016-02-22Clean away $no_dso since with have $disabled{dso}Richard Levitte
2016-02-22Clean away $no_asm since with have $disabled{asm}Richard Levitte
2016-02-22Clean away $no_rfc3779 since we don't appear to use it at allRichard Levitte
2016-02-22Clean away $zlib since with have $disabled{zlib}Richard Levitte
2016-02-22Clean away $no_threads since we have $disabled{threads}Richard Levitte
2016-02-22Clean away $config{no_shared} since we have $disabled{shared}Richard Levitte
2016-02-22Expose %disables to the perl fragments in build.info files.Richard Levitte
2016-02-22Fix a few typosRichard Levitte
2016-02-22Get back "ssl2" as a deprecated disablable optionRichard Levitte
2016-02-22Introduce the "pic" / "no-pic" config optionRichard Levitte
2016-02-22Use $disabled{"dynamic-engine"} internallyRichard Levitte
2016-02-20Build dynamic engines even if configured "no-shared"Richard Levitte
2016-02-20Always build library object files with shared library cflagsRichard Levitte
2016-02-19Misc small fixes.Richard Levitte
2016-02-19Let Configure figure out the diverse shared library and DSO extensionsRichard Levitte
2016-02-19Rethink the uplink / applink storyRichard Levitte
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte
2016-02-18Remove outdated DEBUG flags.Rich Salz
2016-02-17Remove "experimental" in code and comments, too.Rich Salz
2016-02-17Get conditional priorities rightRichard Levitte
2016-02-17RT3628: Allow filenames to be eliminated from compiled libraryDavid Woodhouse
2016-02-17When someone configures an out-of-source build, switch to unifiedRichard Levitte
2016-02-17Fix check of -DOPENSSL_USE_APPLINK in $config{cflags}Richard Levitte
2016-02-17RT4310: Fix varous no-XXX buildsRich Salz
2016-02-17Remove JPAKERich Salz
2016-02-16Check for OPENSSL_USE_APPLINK in $config{cflags} as wellRichard Levitte
2016-02-16Don't check for gcc or clang on VMSRichard Levitte
2016-02-16Lowercase configuration arguments on VMSRichard Levitte
2016-02-14Make the use of mdebug backtrace a separate optionRichard Levitte
2016-02-13Reformat warn variables for easier editing.Rich Salz
2016-02-13Rethink the method to place user cflags lastRichard Levitte
2016-02-12Rename INSTALL_PREFIX to DESTDIR, remove option --install_prefixRichard Levitte
2016-02-12Put user flags last for priority.Rich Salz
2016-02-12Remove last chompsRichard Levitte
2016-02-11Remove TLS heartbeat, disable DTLS heartbeatRich Salz
2016-02-11Move to REF_DEBUG, for consistency.Rich Salz
2016-02-11Add support for shared_rcflag, useful for windres (Cygwin and Mingw)Richard Levitte
2016-02-11Modernise the mingw cflags and ldflagsRichard Levitte
2016-02-11Unified build: Keep track of generated header filesRichard Levitte
2016-02-11Remove the "make depend" messageRichard Levitte
2016-02-10Produce buildinf.h on Windows the same way as on UnixRichard Levitte