Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-08 | configure: use XC_LIBTOOL for portability across libtool versions | Yang Tse | |
2011-12-19 | configure: add symbols versioning option | Alessandro Ghedini | |
Allow, at configure time, the production of versioned symbols. The symbols will look like "CURL_<FLAVOUR>_<VERSION> <SYMBOL>", where <FLAVOUR> represents the SSL flavour (e.g. OPENSSL, GNUTLS, NSS, ...), <VERSION> is the major SONAME version and <SYMBOL> is the actual symbol name. If no SSL library is enabled the symbols will be just "CURL_<VERSION> <SYMBOL>". |