3e563e05f0
* Don't crash if no certificate is sent by the remote side and -skip-certificate-check has been given. * Avoid duplicate error messages. * Disable libgcrypt secure memory warning. * security.debian.rb: better when disconnected.
13 lines
420 B
Text
13 lines
420 B
Text
$NetBSD: patch-aa,v 1.6 2005/09/06 15:49:35 adam Exp $
|
|
|
|
--- Makefile.in.orig 2004-10-11 00:30:40.000000000 +0000
|
|
+++ Makefile.in
|
|
@@ -121,7 +121,7 @@ sbindir = @sbindir@
|
|
sharedstatedir = @sharedstatedir@
|
|
sysconfdir = @sysconfdir@
|
|
target_alias = @target_alias@
|
|
-SUBDIRS = wmgeneral wmbiff autoconf scripts
|
|
+SUBDIRS = wmgeneral wmbiff autoconf
|
|
EXTRA_DIST = ChangeLog FAQ README.licq TODO
|
|
|
|
ACLOCAL_FLAGS = -I autoconf
|