pinentry (ChangeLog THANKS configure.ac)

[email protected] Fri, 30 Jul 2004 13:33:49 +0200
Newsgroups gmane.comp.encryption.gpg.aegypten.cvs
Message-ID <[email protected]>
    Date: Friday, July 30, 2004 @ 13:33:49
  Author: mo
    Path: /cvs/aegypten/pinentry

Modified: ChangeLog THANKS configure.ac

2004-07-30  Moritz Schulte  <[email protected]>

	* qt/Makefile.am (ncurses_include): Removed
	-I$(top_srcdir)/pinentry ...
	(AM_CPPFLAGS): ... added: -I$(top_srcdir)/pinentry.  Thanks to
	Peter Eisentraut.

	* pinentry/pinentry.c (pinentry_utf8_to_local): Declare INPUT
	const.
	(pinentry_local_to_utf8): Likewise.
	(pinentry_utf8_to_local, pinentry_local_to_utf8): Compile only, if
	either Curses or GTK+ support is enabled.
	* configure.ac: Do also check for libiconv when the GTK+ version
	of pinentry is to be build.  Define PINENTRY_CURSES, PINENTRY_GTK,
	PINENTRY_QT depending on which versions of pinentry should be
	build.


--------------+
 ChangeLog    |   17 +++++++++++++++++
 THANKS       |    2 +-
 configure.ac |   20 +++++++++++++++++---
 3 files changed, 35 insertions(+), 4 deletions(-)