aboutsummaryrefslogtreecommitdiffstats
path: root/m4/libcurl.m4 (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-02-04* libcurl.m4: More comments.David Shaw1-7/+1
2005-01-25* libcurl.m4: All versions of curl-config support --feature.David Shaw1-4/+5
2005-01-22* libcurl.m4: Note that FTPS existed, but wasn't fullyDavid Shaw1-14/+33
standards-compliant until version 7.11.0.
2005-01-18* libcurl.m4: Use LIBCURL_CPPFLAGS and not LIBCURL_INCLUDES to matchDavid Shaw1-5/+5
automake syntax.
2004-12-24* libcurl.m4: Rewrite this to use the new --protocols flag I gave to theDavid Shaw1-67/+171
libcurl people. * Makefile.am: Add readline.m4 and libcurl.m4.
2004-12-23* libcurl.m4: OSX has a problem with their curl-config script.David Shaw1-0/+9
2004-12-23* readline.m4: Make sure that readline is modern enough to understandDavid Shaw1-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.
2004-12-22* libcurl.m4: Be much more strict with libcurl by trying to compile andDavid Shaw1-1/+32
link a test program that uses the features that we need.
2004-12-21FTP keyserver support via gpgkeys_ftp. This is currently off by default.David Shaw1-0/+41