pinentry (12 files)

[email protected] Wed, 22 Dec 2004 13:59:25 +0100
Newsgroups gmane.comp.encryption.gpg.aegypten.cvs
Message-ID <[email protected]>
    Date: Wednesday, December 22, 2004 @ 13:59:25
  Author: werner
    Path: /cvs/aegypten/pinentry

Modified: ChangeLog INSTALL Makefile.am acinclude.m4 autogen.sh
          config.guess config.sub configure.ac depcomp install-sh missing
          mkinstalldirs

* assuan.h (assuan_error_t, assuan_context_t): New aliases.
* assuan-buffer.c (readline): Renamed EOF to ISEOF to avoid
compiler warnings.

* gtk.m4, glib.m4, qt.m4: Fixed for automake 1.9

* autogen.sh (configure_ac): Add --build-w32 option.
* Makefile.am: Support for the W32 pinentry. 
* configure.ac: Ditto.  Reformatted some error messages.
Define the usual conditionals for W32.
Check for a couple of more usually required headers.

* pinentry/pinentry.h (sleep) [W32]: New.

* pinentry/pinentry.c: Include langinfo.h only if available.
(pinentry_loop) [DOSISH]: Don't do uid check.

* secmem/util.c [DOSISH]: Disable UID stuff.


---------------+
 ChangeLog     |   18 ++
 INSTALL       |  186 ++++++++++++++--------
 Makefile.am   |    8 
 acinclude.m4  |    4 
 autogen.sh    |   61 +++++++
 config.guess  |  343 ++++++++++++++++++++++++----------------
 config.sub    |  171 ++++++++++++++------
 configure.ac  |  113 +++++++++++--
 depcomp       |  104 +++++++++---
 install-sh    |  471 +++++++++++++++++++++++++++++---------------------------
 missing       |  131 ++++++++-------
 mkinstalldirs |   69 ++++++--
 12 files changed, 1099 insertions(+), 580 deletions(-)