Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * libcurl.m4: Add IDN, SSPI, NTLM, and TFTP defines. | David Shaw | 2006-01-17 | 2 | -6/+13 |
| | |||||
* | * libcurl.m4: Remove GOPHER, as that is not supported in libcurl any | David Shaw | 2006-01-16 | 2 | -4/+8 |
| | | | | | longer. | ||||
* | * libusb.m4: Check for libusb-config and if we find it, use --libs and | David Shaw | 2005-11-06 | 2 | -3/+28 |
| | | | | | | --cflags. This is needed for OS X since libusb brings in dependencies to various Apple libraries. | ||||
* | * readline.m4: Check for rl_completion_func_t and rl_completion_matches. | David Shaw | 2005-10-21 | 2 | -1/+8 |
| | |||||
* | * ldap.m4: If a PATH is given to --with-ldap, bias directory | David Shaw | 2005-08-05 | 4 | -18/+44 |
| | | | | | | | | | | | | 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. | ||||
* | Add gpg-zip, a la PGP Zip. | David Shaw | 2005-08-04 | 2 | -0/+48 |
| | |||||
* | CURLINFO_NOW -> CURLVERSION_NOW | David Shaw | 2005-07-20 | 1 | -1/+1 |
| | |||||
* | Typo. | David Shaw | 2005-07-20 | 1 | -1/+1 |
| | |||||
* | * libcurl.m4: Check that our libcurl has curl_version_info(CURLINFO_NOW). | David Shaw | 2005-07-20 | 2 | -2/+9 |
| | |||||
* | * libcurl.m4: Only do the OS X linker fix on Panther. Tiger has a | David Shaw | 2005-06-22 | 2 | -3/+9 |
| | | | | | clean curl-config. | ||||
* | * libcurl.m4: Add a check for curl_free() since older versions of | David Shaw | 2005-04-24 | 2 | -1/+24 |
| | | | | | libcurl don't have it. Substitute free() as an alternative. | ||||
* | * readline.m4: Check for completion functionality. | David Shaw | 2005-03-21 | 3 | -7/+12 |
| | | | | | * ldap.m4: Comments. | ||||
* | * ldap.m4: New. Moved from configure.ac. | David Shaw | 2005-03-17 | 2 | -0/+92 |
| | |||||
* | * libcurl.m4: Use $LIBS instead of $LDFLAGS. This should help build | David Shaw | 2005-03-01 | 2 | -4/+9 |
| | | | | | problems on Mingw32. | ||||
* | * libcurl.m4: More comments. | David Shaw | 2005-02-04 | 2 | -7/+5 |
| | |||||
* | * libcurl.m4: All versions of curl-config support --feature. | David Shaw | 2005-01-25 | 2 | -6/+11 |
| | |||||
* | * libcurl.m4: Note that FTPS existed, but wasn't fully | David Shaw | 2005-01-22 | 2 | -14/+38 |
| | | | | | standards-compliant until version 7.11.0. | ||||
* | * libcurl.m4: Use LIBCURL_CPPFLAGS and not LIBCURL_INCLUDES to match | David Shaw | 2005-01-18 | 2 | -5/+10 |
| | | | | | automake syntax. | ||||
* | * Makefile.am, libusb.m4: New libusb check macro. | David Shaw | 2005-01-03 | 3 | -1/+55 |
| | |||||
* | * libcurl.m4: Rewrite this to use the new --protocols flag I gave to the | David Shaw | 2004-12-24 | 3 | -68/+179 |
| | | | | | | | libcurl people. * Makefile.am: Add readline.m4 and libcurl.m4. | ||||
* | * libcurl.m4: OSX has a problem with their curl-config script. | David Shaw | 2004-12-23 | 2 | -0/+11 |
| | |||||
* | * readline.m4: Make sure that readline is modern enough to understand | David Shaw | 2004-12-23 | 3 | -9/+33 |
| | | | | | | | | | 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 and | David Shaw | 2004-12-22 | 2 | -1/+38 |
| | | | | | link a test program that uses the features that we need. | ||||
* | FTP keyserver support via gpgkeys_ftp. This is currently off by default. | David Shaw | 2004-12-21 | 2 | -0/+45 |
| | |||||
* | Readline fix to be robust against platforms where readline has its own | David Shaw | 2004-12-18 | 2 | -0/+60 |
| | | | | | | dependencies. We play guess-the-depedency for a while, and try termcap, curses, and ncurses. | ||||
* | We don't want this file in the CVS | Werner Koch | 2004-10-26 | 1 | -337/+0 |
| | |||||
* | * rndunix.c (start_gatherer) [ENABLE_SELINUX_HACKS]: Don't allow | Werner Koch | 2004-10-14 | 1 | -0/+1 |
| | | | | | | | | logging. * gpgkeys_finger.c (get_key): s/unsigned char/byte/ due to a strange typedef for RISC OS. Noted by Stefan. | ||||
* | Updated po files from 1.2.5 | Werner Koch | 2004-07-27 | 1 | -1/+5 |
| | |||||
* | * configure.ac (AM_GNU_GETTEXT_VERSION): New. | Werner Koch | 2004-07-27 | 16 | -27/+621 |
| | | | | | | | | | | | (min_automake_version): New. * LINGUAS: Added all languages we supported in 1.2.5. Copied all po files from 1.2.5. * autogen.sh: Updated to the modern version, grepping the required tool versions from configure.ac. | ||||
* | some late minor fixes.V1-3-6 | Werner Koch | 2004-05-22 | 1 | -0/+1 |
| | |||||
* | About to release 1.3.6 | Werner Koch | 2004-05-22 | 1 | -331/+0 |
| | |||||
* | Preparing for 1.3.5V1-3-5 | Werner Koch | 2004-02-26 | 2 | -22/+28 |
| | |||||
* | about to release 1.3.4 | Werner Koch | 2003-11-27 | 2 | -4/+8 |
| | |||||
* | New. | Werner Koch | 2003-10-25 | 23 | -0/+2702 |