d1d994d4ad
Dirmngr is a server for managing and downloading certificate revocation lists (CRLs) for X.509 certificates and for downloading the certificates themselves. Dirmngr also handles OCSP requests as an alternative to CRLs. Dirmngr is either invoked internally by gpgsm (from GnuPG-2) or when running as a system daemon through the dirmngr-client tool.
17 lines
618 B
Text
17 lines
618 B
Text
$NetBSD: patch-af,v 1.1 2006/12/12 13:09:21 shannonjr Exp $
|
|
|
|
--- autogen.sh.orig 2006-11-16 03:14:50.000000000 -0700
|
|
+++ autogen.sh
|
|
@@ -125,9 +125,9 @@ fi
|
|
if check_version $AUTOMAKE $automake_vers_num $automake_vers; then
|
|
check_version $ACLOCAL $automake_vers_num $autoconf_vers automake
|
|
fi
|
|
-if check_version $GETTEXT $gettext_vers_num $gettext_vers; then
|
|
- check_version $MSGMERGE $gettext_vers_num $gettext_vers gettext
|
|
-fi
|
|
+#if check_version $GETTEXT $gettext_vers_num $gettext_vers; then
|
|
+# check_version $MSGMERGE $gettext_vers_num $gettext_vers gettext
|
|
+#fi
|
|
|
|
if test "$DIE" = "yes"; then
|
|
cat <<EOF
|