Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-03-10 | Backport useful code from fixes for bug 1447. | Werner Koch | 1 | -0/+10 | |
* configure.ac: Cehck for inet_ntop. * m4/libcurl.m4: Provide a #define for the version of the curl library. -- We do not have keyserver helpers anymore but this fixes may come handy eventually. | |||||
2014-03-07 | Improve libcurl detection. | Werner Koch | 1 | -1/+5 | |
* m4/libcurl.m4: Do not use AC_PATH_PROG if --with-libcurl as been given. Suggested by John Marshall. -- GnuPG-bug-id: 1510 (cherry picked from commit 110b52fffa77b339e6d59eba939408f7e87e7138) | |||||
2011-09-12 | Fixed regression in libcurl.m4 | Werner Koch | 1 | -1/+1 | |
Fixed lost hash sign introduced by previous change (2011-04-08). Reported by John Marshall. | |||||
2011-08-10 | Fix autoconf warnings and update config.* files. | Werner Koch | 1 | -7/+7 | |
2006-08-27 | Missing m4 macros | David Shaw | 1 | -0/+239 | |
2006-05-10 | * libcurl.m4: Fix mistaken AC_SUBST when curl is not found. | David Shaw | 1 | -1/+4 | |
2006-01-17 | * libcurl.m4: Add IDN, SSPI, NTLM, and TFTP defines. | David Shaw | 1 | -6/+9 | |
2006-01-16 | * libcurl.m4: Remove GOPHER, as that is not supported in libcurl any | David Shaw | 1 | -4/+3 | |
longer. | |||||
2005-08-05 | * ldap.m4: If a PATH is given to --with-ldap, bias directory | David Shaw | 1 | -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. | |||||
2005-07-20 | CURLINFO_NOW -> CURLVERSION_NOW | David Shaw | 1 | -1/+1 | |
2005-07-20 | Typo. | David Shaw | 1 | -1/+1 | |
2005-07-20 | * libcurl.m4: Check that our libcurl has curl_version_info(CURLINFO_NOW). | David Shaw | 1 | -2/+4 | |
2005-06-22 | * libcurl.m4: Only do the OS X linker fix on Panther. Tiger has a | David Shaw | 1 | -3/+4 | |
clean curl-config. | |||||
2005-04-24 | * libcurl.m4: Add a check for curl_free() since older versions of | David Shaw | 1 | -1/+19 | |
libcurl don't have it. Substitute free() as an alternative. | |||||
2005-03-01 | * libcurl.m4: Use $LIBS instead of $LDFLAGS. This should help build | David Shaw | 1 | -4/+4 | |
problems on Mingw32. | |||||
2005-02-04 | * libcurl.m4: More comments. | David Shaw | 1 | -7/+1 | |
2005-01-25 | * libcurl.m4: All versions of curl-config support --feature. | David Shaw | 1 | -4/+5 | |
2005-01-22 | * libcurl.m4: Note that FTPS existed, but wasn't fully | David Shaw | 1 | -14/+33 | |
standards-compliant until version 7.11.0. | |||||
2005-01-18 | * libcurl.m4: Use LIBCURL_CPPFLAGS and not LIBCURL_INCLUDES to match | David Shaw | 1 | -5/+5 | |
automake syntax. | |||||
2004-12-24 | * libcurl.m4: Rewrite this to use the new --protocols flag I gave to the | David Shaw | 1 | -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 Shaw | 1 | -0/+9 | |
2004-12-23 | * readline.m4: Make sure that readline is modern enough to understand | David Shaw | 1 | -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 and | David Shaw | 1 | -1/+32 | |
link a test program that uses the features that we need. | |||||
2004-12-21 | FTP keyserver support via gpgkeys_ftp. This is currently off by default. | David Shaw | 1 | -0/+41 | |