aboutsummaryrefslogtreecommitdiffstats
path: root/checks
diff options
context:
space:
mode:
Diffstat (limited to 'checks')
-rw-r--r--checks/ChangeLog5
-rw-r--r--checks/Makefile.am2
-rw-r--r--checks/options.in1
3 files changed, 7 insertions, 1 deletions
diff --git a/checks/ChangeLog b/checks/ChangeLog
index 4fe3d9964..27e1b398d 100644
--- a/checks/ChangeLog
+++ b/checks/ChangeLog
@@ -1,3 +1,8 @@
+2001-12-19 Werner Koch <[email protected]>
+
+ * options.in: Remove load-extension tiger
+ * Makefile.am (./options): append it if there is such a module.
+
2001-10-23 Werner Koch <[email protected]>
* defs.inc, Makefile.am: Do not use $srcdir when invoking gpg.
diff --git a/checks/Makefile.am b/checks/Makefile.am
index c2992a91c..9cade48d0 100644
--- a/checks/Makefile.am
+++ b/checks/Makefile.am
@@ -61,6 +61,8 @@ prepared.stamp: ./pubring.gpg ./secring.gpg ./plain-1 ./plain-2 ./plain-3 \
./options: $(srcdir)/options.in
cat $(srcdir)/options.in >./options
+ @set -e; if echo "@DYNAMIC_CIPHER_MODS@" |grep tiger >/dev/null ;then \
+ echo load-extension ../cipher/tiger >>./options; fi
./gpg_dearmor:
echo '#!/bin/sh' >./gpg_dearmor
diff --git a/checks/options.in b/checks/options.in
index 166512ff3..b279c0388 100644
--- a/checks/options.in
+++ b/checks/options.in
@@ -1,6 +1,5 @@
no-greeting
no-secmem-warning
-load-extension ../cipher/tiger
batch
emulate-md-encode-bug
no-auto-check-trustdb