1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

* configure.ac: Define FTPS flag if we're using curl, and FTPS is

available.

* README: Fix some typos (noted by Norihiko Murase), update to 1.4.1,
and tweak some descriptions.

* NEWS: Note FTPS.
This commit is contained in:
David Shaw 2005-01-23 01:19:32 +00:00
parent db89c15bff
commit 1f057ff498
4 changed files with 45 additions and 30 deletions

View file

@ -669,8 +669,11 @@ fi
# Are we doing FTP? We only do FTP if we have libcurl.
if test x"$try_ftp" = xyes && test x$libcurl_protocol_FTP = xyes ; then
AC_DEFINE(FTP_VIA_LIBCURL,1,[Define if FTP is handled via libcurl])
AC_SUBST(GPGKEYS_CURL,"gpgkeys_curl$EXEEXT")
AC_DEFINE(FTP_VIA_LIBCURL,1,[Define if FTP is handled via libcurl])
if test x$libcurl_protocol_FTPS = xyes ; then
AC_DEFINE(FTPS_VIA_LIBCURL,1,[Define if FTPS is handled via libcurl])
fi
fi
dnl This isn't necessarily sendmail itself, but anything that gives a