/
authorWerner Koch <wk@gnupg.org>
Wed, 10 Jan 2007 10:18:05 +0000 (10:18 +0000)
committerWerner Koch <wk@gnupg.org>
Wed, 10 Jan 2007 10:18:05 +0000 (10:18 +0000)
commited733acb3b73174fa2a27c78ed5acfca9f604ec9
tree991585f8d1c8c334c6f7d587318820c2be093943
parent909b27e1232c60ce8f4c059fbc0068bcc426ae6a
/
* configure.ac (NEED_GPG_VERSION,
(NEED_GPGSM_VERSION): Must define after it may have been changed
by an option.

* configure.ac: Require gpg-error 1.4 due to the use of
gpg_error_from_syserror.
(HAVE_ASSUAN_H): New.

gpgme/

* ttyname_r.c (ttyname_r) [W32]: Return a dummy name.

* version.c (do_subsystem_inits): Do assuan init only if building
with Assuan.
* setenv.c: Include assuan-def.h only if building with Assuan
support.

* op-support.c (_gpgme_op_reset): Set LC_MESSAGES only if
if defined.
* engine-gpgsm.c (gpgsm_set_locale): Ditto.
* rungpg.c (gpg_set_locale): Ditto.
trunk/ChangeLog
trunk/TODO
trunk/configure.ac
trunk/gpgme/ChangeLog
trunk/gpgme/ttyname_r.c