aboutsummaryrefslogtreecommitdiffstats
path: root/m4/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * libcurl.m4: Add a check for curl_free() since older versions ofDavid Shaw2005-04-241-0/+5
| | | | | libcurl don't have it. Substitute free() as an alternative.
* * readline.m4: Check for completion functionality.David Shaw2005-03-211-0/+6
| | | | | * ldap.m4: Comments.
* * ldap.m4: New. Moved from configure.ac.David Shaw2005-03-171-0/+4
|
* * libcurl.m4: Use $LIBS instead of $LDFLAGS. This should help buildDavid Shaw2005-03-011-0/+5
| | | | | problems on Mingw32.
* * libcurl.m4: More comments.David Shaw2005-02-041-0/+4
|
* * libcurl.m4: All versions of curl-config support --feature.David Shaw2005-01-251-2/+6
|
* * libcurl.m4: Note that FTPS existed, but wasn't fullyDavid Shaw2005-01-221-0/+5
| | | | | standards-compliant until version 7.11.0.
* * libcurl.m4: Use LIBCURL_CPPFLAGS and not LIBCURL_INCLUDES to matchDavid Shaw2005-01-181-0/+5
| | | | | automake syntax.
* * Makefile.am, libusb.m4: New libusb check macro.David Shaw2005-01-031-0/+4
|
* * libcurl.m4: Rewrite this to use the new --protocols flag I gave to theDavid Shaw2004-12-241-0/+7
| | | | | | | 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/+2
|
* * readline.m4: Make sure that readline is modern enough to understandDavid Shaw2004-12-231-0/+9
| | | | | | | | | 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-0/+6
| | | | | 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/+4
|
* Readline fix to be robust against platforms where readline has its ownDavid Shaw2004-12-181-0/+4
| | | | | | dependencies. We play guess-the-depedency for a while, and try termcap, curses, and ncurses.
* * configure.ac (AM_GNU_GETTEXT_VERSION): New.Werner Koch2004-07-271-0/+18
| | | | | | | | | | | (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.
* New.Werner Koch2003-10-251-0/+23