aboutsummaryrefslogtreecommitdiffstats
path: root/Configure
Commit message (Expand)AuthorAgeFilesLines
* Remove unused parameters from internal functionsRich Salz2016-02-221-3/+3
* The build files use %disabled, make sure to pass it to themRichard Levitte2016-02-221-1/+1
* Partial revert of 1288f26 and fix for no-asyncMatt Caswell2016-02-221-1/+1
* Clean away $no_dso since with have $disabled{dso}Richard Levitte2016-02-221-3/+2
* Clean away $no_asm since with have $disabled{asm}Richard Levitte2016-02-221-7/+5
* Clean away $no_rfc3779 since we don't appear to use it at allRichard Levitte2016-02-221-1/+0
* Clean away $zlib since with have $disabled{zlib}Richard Levitte2016-02-221-3/+2
* Clean away $no_threads since we have $disabled{threads}Richard Levitte2016-02-221-4/+3
* Clean away $config{no_shared} since we have $disabled{shared}Richard Levitte2016-02-221-5/+4
* Expose %disables to the perl fragments in build.info files.Richard Levitte2016-02-221-14/+15
* Fix a few typosRichard Levitte2016-02-221-1/+1
* Get back "ssl2" as a deprecated disablable optionRichard Levitte2016-02-221-1/+16
* Introduce the "pic" / "no-pic" config optionRichard Levitte2016-02-221-6/+27
* Use $disabled{"dynamic-engine"} internallyRichard Levitte2016-02-221-10/+10
* Build dynamic engines even if configured "no-shared"Richard Levitte2016-02-201-17/+30
* Always build library object files with shared library cflagsRichard Levitte2016-02-201-8/+0
* Misc small fixes.Richard Levitte2016-02-191-1/+2
* Let Configure figure out the diverse shared library and DSO extensionsRichard Levitte2016-02-191-1/+12
* Rethink the uplink / applink storyRichard Levitte2016-02-191-6/+2
* Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte2016-02-181-13/+0
* Remove outdated DEBUG flags.Rich Salz2016-02-181-1/+1
* Remove "experimental" in code and comments, too.Rich Salz2016-02-171-66/+38
* Get conditional priorities rightRichard Levitte2016-02-171-1/+1
* RT3628: Allow filenames to be eliminated from compiled libraryDavid Woodhouse2016-02-171-0/+1
* When someone configures an out-of-source build, switch to unifiedRichard Levitte2016-02-171-8/+2
* Fix check of -DOPENSSL_USE_APPLINK in $config{cflags}Richard Levitte2016-02-171-4/+4
* RT4310: Fix varous no-XXX buildsRich Salz2016-02-171-4/+11
* Remove JPAKERich Salz2016-02-171-4/+1
* Check for OPENSSL_USE_APPLINK in $config{cflags} as wellRichard Levitte2016-02-161-1/+3
* Don't check for gcc or clang on VMSRichard Levitte2016-02-161-10/+12
* Lowercase configuration arguments on VMSRichard Levitte2016-02-161-0/+7
* Make the use of mdebug backtrace a separate optionRichard Levitte2016-02-141-12/+16
* Reformat warn variables for easier editing.Rich Salz2016-02-131-6/+28
* Rethink the method to place user cflags lastRichard Levitte2016-02-131-10/+10
* Rename INSTALL_PREFIX to DESTDIR, remove option --install_prefixRichard Levitte2016-02-121-9/+0
* Put user flags last for priority.Rich Salz2016-02-121-8/+10
* Remove last chompsRichard Levitte2016-02-121-5/+5
* Remove TLS heartbeat, disable DTLS heartbeatRich Salz2016-02-111-0/+1
* Move to REF_DEBUG, for consistency.Rich Salz2016-02-111-1/+1
* Add support for shared_rcflag, useful for windres (Cygwin and Mingw)Richard Levitte2016-02-111-0/+1
* Modernise the mingw cflags and ldflagsRichard Levitte2016-02-111-3/+3
* Unified build: Keep track of generated header filesRichard Levitte2016-02-111-11/+22
* Remove the "make depend" messageRichard Levitte2016-02-111-42/+0
* Produce buildinf.h on Windows the same way as on UnixRichard Levitte2016-02-101-12/+0
* unified build scheme: Try to nudge users to try the "unified" buildRichard Levitte2016-02-101-1/+48
* Configure et al: move the installation directory logic to MakefilesRichard Levitte2016-02-101-27/+2
* Configure et al: treat C defines separatelyRichard Levitte2016-02-101-71/+91
* Remove store.Rich Salz2016-02-101-3/+1
* Make the processing of build.info files more aware of absolute dirsRichard Levitte2016-02-101-26/+49
* GH649: Fix: version32.rc was not created on WindowsMat2016-02-091-1/+1