aboutsummaryrefslogtreecommitdiffstats
path: root/m4/ChangeLog-2011 (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-12-02Rename all ChangeLog files to ChangeLog-2011.Werner Koch1-1/+7
* ChangeLog: New file.
2011-08-09Fixed some autoconf bit rot.Werner Koch1-0/+4
Autoconf 2.68 is more picky about correct macro usage and thus I fixed some wrong call conventions for AC_LANG_PROGRAM. Also factored an m4 conditional construct out from AC_INIT to avoid the "not a literal" warning.
2009-07-21First set of changes to backport the new card code from 2.0.Werner Koch1-0/+4
For compatibility reasons a few new files had to be added. Also added estream-printf as this is now used in app-openpgp.c and provides a better and generic asprintf implementation than the hack we used for the W32 code in ttyio.c. Card code is not yet finished.
2007-12-17Fixd a W32 problems with ldaps.Werner Koch1-0/+4
2007-10-23Switched to GPLv3.Werner Koch1-0/+34
Updated gettext.
2007-08-02* ldap.m4: Revert the mozldap change: mozldap has some significantDavid Shaw1-0/+8
differences around TLS compared to OpenLDAP, and will segfault (!) if the NSS library is not initialized first. Nothing impossible to do, but I think I'll wait until someone actually asks us for mozldap support.
2007-07-27* ldap.m4: If we don't find ldap or winldap, try for mozldap.David Shaw1-0/+4
2007-01-16* libcurl.m4: Check for curl_easy_escape() and curl_easy_unescape().David Shaw1-0/+6
Replace with curl_escape() and curl_unescape() if libcurl doesn't have it.
2006-10-02fix for bug 537 and documentation fixes.Werner Koch1-0/+4
2006-07-12* tar-ustar.m4: Use dd instead of strings as it's more likely to beDavid Shaw1-0/+5
around. Suggested by Nelson H. F. Beebe.
2006-07-11* tar-ustar.m4: Not all greps know the -q (quiet) flag, so redirect toDavid Shaw1-0/+3
/dev/null instead.
2006-07-11* tar-ustar.m4: Pass tar data through strings so that greps that don'tDavid Shaw1-0/+6
grep in binary files (Solaris) can detect the string. Noted by Mark Davies.
2006-06-25About to do a new releaseWerner Koch1-0/+4
2006-05-222006-05-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+4
* configure.ac: Remove check for noexecstack and invoke CL_AS_NOEXECSTACK instead. m4/ 2006-05-22 Marcus Brinkmann <[email protected]> * noexecstack.m4: New file.
2006-05-10* libcurl.m4: Fix mistaken AC_SUBST when curl is not found.David Shaw1-0/+4
2006-01-17* libcurl.m4: Add IDN, SSPI, NTLM, and TFTP defines.David Shaw1-0/+4
2006-01-16* libcurl.m4: Remove GOPHER, as that is not supported in libcurl anyDavid Shaw1-0/+5
longer.
2005-11-06* libusb.m4: Check for libusb-config and if we find it, use --libs andDavid Shaw1-0/+6
--cflags. This is needed for OS X since libusb brings in dependencies to various Apple libraries.
2005-10-21* readline.m4: Check for rl_completion_func_t and rl_completion_matches.David Shaw1-0/+5
2005-08-05* ldap.m4: If a PATH is given to --with-ldap, bias directoryDavid Shaw1-0/+12
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-08-04Add gpg-zip, a la PGP Zip.David Shaw1-0/+5
2005-07-20* libcurl.m4: Check that our libcurl has curl_version_info(CURLINFO_NOW).David Shaw1-0/+5
2005-06-22* libcurl.m4: Only do the OS X linker fix on Panther. Tiger has aDavid Shaw1-0/+5
clean curl-config.
2005-04-24* libcurl.m4: Add a check for curl_free() since older versions ofDavid Shaw1-0/+5
libcurl don't have it. Substitute free() as an alternative.
2005-03-21* readline.m4: Check for completion functionality.David Shaw1-0/+6
* ldap.m4: Comments.
2005-03-17* ldap.m4: New. Moved from configure.ac.David Shaw1-0/+4
2005-03-01* libcurl.m4: Use $LIBS instead of $LDFLAGS. This should help buildDavid Shaw1-0/+5
problems on Mingw32.
2005-02-04* libcurl.m4: More comments.David Shaw1-0/+4
2005-01-25* libcurl.m4: All versions of curl-config support --feature.David Shaw1-2/+6
2005-01-22* libcurl.m4: Note that FTPS existed, but wasn't fullyDavid Shaw1-0/+5
standards-compliant until version 7.11.0.
2005-01-18* libcurl.m4: Use LIBCURL_CPPFLAGS and not LIBCURL_INCLUDES to matchDavid Shaw1-0/+5
automake syntax.
2005-01-03* Makefile.am, libusb.m4: New libusb check macro.David Shaw1-0/+4
2004-12-24* libcurl.m4: Rewrite this to use the new --protocols flag I gave to theDavid Shaw1-0/+7
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/+2
2004-12-23* readline.m4: Make sure that readline is modern enough to understandDavid Shaw1-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.
2004-12-22* libcurl.m4: Be much more strict with libcurl by trying to compile andDavid Shaw1-0/+6
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/+4
2004-12-18Readline fix to be robust against platforms where readline has its ownDavid Shaw1-0/+4
dependencies. We play guess-the-depedency for a while, and try termcap, curses, and ncurses.
2004-07-27* configure.ac (AM_GNU_GETTEXT_VERSION): New.Werner Koch1-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.
2003-10-25New.Werner Koch1-0/+23