* Allow more hash algorithms with the OpenPGP v2 card. * The gpg-agent now tests for a new gpg-agent.conf on a HUP. * Fixed output of "gpgconf --check-options". * Fixed a bug where Scdaemon sends a signal to Gpg-agent running in non-daemon mode. * Fixed TTY management for pinentries and session variable update problem.
13 lines
560 B
Text
13 lines
560 B
Text
$NetBSD: patch-aj,v 1.3 2011/01/20 08:54:56 adam Exp $
|
|
|
|
--- po/Makefile.in.in.orig 2007-05-07 11:56:51.000000000 -0600
|
|
+++ po/Makefile.in.in
|
|
@@ -39,7 +39,7 @@ INSTALL_DATA = @INSTALL_DATA@
|
|
# In automake >= 1.10, @mkdir_p@ is derived from ${MKDIR_P}, which is defined
|
|
# either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake
|
|
# versions, $(mkinstalldirs) and $(install_sh) are unused.
|
|
-mkinstalldirs = $(SHELL) @install_sh@ -d
|
|
+mkinstalldirs = @install_sh@ -d
|
|
install_sh = $(SHELL) @install_sh@
|
|
MKDIR_P = @MKDIR_P@
|
|
mkdir_p = @mkdir_p@
|