aboutsummaryrefslogtreecommitdiffstats
path: root/m4/libcurl.m4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * libcurl.m4: Add IDN, SSPI, NTLM, and TFTP defines.David Shaw2006-01-171-6/+9
|
* * libcurl.m4: Remove GOPHER, as that is not supported in libcurl anyDavid Shaw2006-01-161-4/+3
| | | | | longer.
* * ldap.m4: If a PATH is given to --with-ldap, bias directoryDavid Shaw2005-08-051-8/+10
| | | | | | | | | | | | search towards the given path for includes and libraries. Noted by Jason Harris. * Makefile.am: Distribute tar-ustar.m4. * libcurl.m4: If a PATH is given to --with-libcurl, look for curl-config in that path. Bias directory search towards the given path for includes and libraries.
* CURLINFO_NOW -> CURLVERSION_NOWDavid Shaw2005-07-201-1/+1
|
* Typo.David Shaw2005-07-201-1/+1
|
* * libcurl.m4: Check that our libcurl has curl_version_info(CURLINFO_NOW).David Shaw2005-07-201-2/+4
|
* * libcurl.m4: Only do the OS X linker fix on Panther. Tiger has aDavid Shaw2005-06-221-3/+4
| | | | | clean curl-config.
* * libcurl.m4: Add a check for curl_free() since older versions ofDavid Shaw2005-04-241-1/+19
| | | | | libcurl don't have it. Substitute free() as an alternative.
* * libcurl.m4: Use $LIBS instead of $LDFLAGS. This should help buildDavid Shaw2005-03-011-4/+4
| | | | | problems on Mingw32.
* * libcurl.m4: More comments.David Shaw2005-02-041-7/+1
|
* * libcurl.m4: All versions of curl-config support --feature.David Shaw2005-01-251-4/+5
|
* * libcurl.m4: Note that FTPS existed, but wasn't fullyDavid Shaw2005-01-221-14/+33
| | | | | standards-compliant until version 7.11.0.
* * libcurl.m4: Use LIBCURL_CPPFLAGS and not LIBCURL_INCLUDES to matchDavid Shaw2005-01-181-5/+5
| | | | | automake syntax.
* * libcurl.m4: Rewrite this to use the new --protocols flag I gave to theDavid Shaw2004-12-241-67/+171
| | | | | | | libcurl people. * Makefile.am: Add readline.m4 and libcurl.m4.
* * libcurl.m4: OSX has a problem with their curl-config script.David Shaw2004-12-231-0/+9
|
* * readline.m4: Make sure that readline is modern enough to understandDavid Shaw2004-12-231-8/+20
| | | | | | | | | rl_catch_signals. * libcurl.m4: Don't require curl-config to be present since it seems some binary packages don't include it. Allow users to specify LIBCURL and LIBCURL_INCLUDES for us.
* * libcurl.m4: Be much more strict with libcurl by trying to compile andDavid Shaw2004-12-221-1/+32
| | | | | link a test program that uses the features that we need.
* FTP keyserver support via gpgkeys_ftp. This is currently off by default.David Shaw2004-12-211-0/+41